website: small fixes

This commit is contained in:
k
2024-11-25 11:28:28 +01:00
parent c8510dd45b
commit 4e9c5612ca
61 changed files with 111 additions and 1461 deletions

View File

@@ -4,6 +4,10 @@
height: 100%;
width: 100%;
header {
margin-bottom: 0.5rem;
}
> div:first-child {
max-width: var(--default-main-width);
border-right: 1px;
@@ -35,7 +39,7 @@
overflow-y: auto;
display: flex;
flex-direction: column;
gap: 2rem;
gap: 1.5rem;
padding: var(--main-padding);
> div {