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

View file

@ -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) {