small fixes

This commit is contained in:
teldra 2022-03-27 00:54:07 +01:00
parent 3567ad850c
commit 4521409295
1 changed files with 3 additions and 1 deletions

View File

@ -13,6 +13,8 @@
background-image: linear-gradient(var(--background-alt), var(--background)); background-image: linear-gradient(var(--background-alt), var(--background));
} }
main h1 { main h1 {
margin-top: 0rem; margin-top: 0rem;
margin-bottom: 0rem; margin-bottom: 0rem;
@ -143,7 +145,7 @@ article h2 {
padding-right: 10px; padding-right: 10px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
min-height: 60vh; min-height: 70vh;
} }
.right-sidebar { .right-sidebar {