From bbe75b07302378ae42e9660933320d8d151f412d Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 1 Jun 2022 10:59:49 +0200 Subject: [PATCH] some mobile fixes --- web/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/style.css b/web/style.css index f3dbfb7..8c0350e 100644 --- a/web/style.css +++ b/web/style.css @@ -24,7 +24,7 @@ body { .top-content { text-align: center; - padding-top: 50px; + padding-top: 70px; } .section { @@ -44,7 +44,7 @@ body { background-color: rgba(0, 0, 0, 0.4); border-radius: 5px; margin-bottom: 30px; - margin-top: 150px; + margin-top: 120px; padding: 20px; }