diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-22 17:34:20 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-22 17:34:20 -0500 |
| commit | af487c602b33cab77e935572f1dd60a5021b7410 (patch) | |
| tree | c1bbb511b75cd342f52e90afeda403a1169579b6 /static/grapheneos.css | |
| parent | 0eb219e27e3c4bb8842523a0a028f53244a6051a (diff) | |
center cryptocurrency donation addresses
Diffstat (limited to 'static/grapheneos.css')
| -rw-r--r-- | static/grapheneos.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/static/grapheneos.css b/static/grapheneos.css index 791a239e..9c669269 100644 --- a/static/grapheneos.css +++ b/static/grapheneos.css @@ -91,7 +91,10 @@ main { } .coin-address { - display: inline-block; + display: block; + margin-left: auto; + margin-right: auto; + text-align: center; } .coin-address > * { |
