base menu, about page, atom feed

This commit is contained in:
j 2023-07-25 20:03:54 +01:00
commit 0b64fd58a1
21 changed files with 284 additions and 47 deletions

View file

@ -35,7 +35,7 @@ video, .poster {
.content {
display: flex;
flex-direction: column;
min-height: 100vh;
min-height: max(100vh, 100%);
max-width: 1000px;
margin: auto;
}