From af487c602b33cab77e935572f1dd60a5021b7410 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Tue, 22 Dec 2020 17:34:20 -0500 Subject: center cryptocurrency donation addresses --- static/grapheneos.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'static/grapheneos.css') 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 > * { -- cgit v1.3.1