From 64af84aa09699848e2c15e9d7893d5776580605e Mon Sep 17 00:00:00 2001 From: Julien Schmidt <js@stusta.net> Date: Sat, 4 May 2019 19:53:50 +0200 Subject: [PATCH] clean up CSS --- static/css/main.css | 28 ++++++++-------------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/static/css/main.css b/static/css/main.css index bee8346..121bccf 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -736,26 +736,6 @@ footer .lang-dropdown { padding: 25px 0 0; } - #stats { - top: 25px; - right: 0; - } - - #stats div { - padding: 9px 0; - font-size: 13px; - } - - #stats div i { - font-size: 32px; - width: 48px; - height: 42px; - } - - #stats div span { - width: 170px; - } - article > *, article .container, footer .container { @@ -772,6 +752,8 @@ footer .lang-dropdown { #stats { position: static; + top: 25px; + right: 0; display: flex; flex-wrap: wrap; padding-top: 12px; @@ -791,6 +773,12 @@ footer .lang-dropdown { margin-bottom: 4px; } + #stats div i { + font-size: 32px; + width: 48px; + height: 42px; + } + #stats i.fa { font-size: 28px; width: 45px; -- GitLab