This commit is contained in:
Jonas Heinrich 2022-03-10 19:29:17 +01:00
parent 0f4083458f
commit 298287636b
2 changed files with 6 additions and 1 deletions

4
files/bulma.css vendored
View file

@ -3314,6 +3314,10 @@ fieldset[disabled] .button {
margin-right: .25rem margin-right: .25rem
} }
body > .container {
padding-top: 30px;
}
.container { .container {
flex-grow: 1; flex-grow: 1;
margin: 0 auto; margin: 0 auto;

View file

@ -24,7 +24,7 @@ a:hover {
text-decoration: underline text-decoration: underline
} }
.content p { .content p, p {
font-size: 16px; font-size: 16px;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
@ -286,6 +286,7 @@ html.has-navbar-fixed-top {
background-position: 70% 0%; background-position: 70% 0%;
width: 100vw; width: 100vw;
margin-left: calc(50% - 50vw); margin-left: calc(50% - 50vw);
margin-top: -30px;
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {