From 298287636b2d46cd18582f67eb095ec96010bca2 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Thu, 10 Mar 2022 19:29:17 +0100 Subject: [PATCH] fixes --- files/bulma.css | 4 ++++ style.css | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/files/bulma.css b/files/bulma.css index 7469744..f837fb0 100644 --- a/files/bulma.css +++ b/files/bulma.css @@ -3314,6 +3314,10 @@ fieldset[disabled] .button { margin-right: .25rem } +body > .container { + padding-top: 30px; +} + .container { flex-grow: 1; margin: 0 auto; diff --git a/style.css b/style.css index 17514a5..fdd71b1 100644 --- a/style.css +++ b/style.css @@ -24,7 +24,7 @@ a:hover { text-decoration: underline } -.content p { +.content p, p { font-size: 16px; font-weight: 400; line-height: 22px; @@ -286,6 +286,7 @@ html.has-navbar-fixed-top { background-position: 70% 0%; width: 100vw; margin-left: calc(50% - 50vw); + margin-top: -30px; } @media (min-width: 1024px) {