From 438bcffd0b53709027a6d54cb5178756de71400f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phillip=20K=C3=BChne?= Date: Fri, 31 May 2019 14:17:44 +0200 Subject: [PATCH] Fix margins --- app/static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/static/css/style.css b/app/static/css/style.css index 1b4bf84..4a64e07 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -26,11 +26,15 @@ main { .topbutton { width: 100%; + margin-right: auto; + margin-bottom: 1rem; } @media (min-width: 768px) { .topbutton { width: auto; + margin-right: 1rem; + margin-bottom: auto; } }