This commit is contained in:
Sebastian Fischlmayr 2024-02-16 09:01:27 +01:00
commit 9767c6bddc
22 changed files with 551 additions and 0 deletions

View file

@ -0,0 +1,5 @@
/* Show it is fixed to the top */
body {
min-height: 75rem;
padding-top: 4.5rem;
}