From 15bd59aa63c8aa5b10fa9fb211d2725a277acc7b Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 28 Aug 2019 16:45:37 +0100 Subject: [PATCH] Follow style --- epicyon-follow.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/epicyon-follow.css b/epicyon-follow.css index 459af4fc4..ade27c6c3 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -21,7 +21,7 @@ body, html { font-family: Arial, Helvetica, sans-serif; max-width: 80%; min-width: 600px; - margin: 0 auto; + margin: 5% auto; } a, u { @@ -106,3 +106,11 @@ input[type=text] { .cwText { display: none; } + +.options { + font-size: var(--font-size); +} + +.options img { + width: 20%; +}