From 2b8202e598c081bc73ab3efecc20f75cfcf4411c Mon Sep 17 00:00:00 2001 From: Castro0o Date: Sun, 9 Jun 2019 12:05:51 +0200 Subject: [PATCH] uncommited css --- web/css/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web/css/style.css b/web/css/style.css index c133683..b4efacf 100644 --- a/web/css/style.css +++ b/web/css/style.css @@ -20,6 +20,14 @@ hr { .logo { max-width: 150px; + margin-bottom: 20px; + display: inline-block; +} + +.logo_short { + max-width: 350px; + display: inline-block; + margin-bottom: 20px; display: inline-block; }