This commit is contained in:
Jonas Heinrich 2022-03-12 14:34:40 +01:00
parent 2369fe1d70
commit 8914b1517d
2 changed files with 5 additions and 1 deletions

View file

@ -16,7 +16,10 @@ html { margin-top: 0px !important; }
body {
color: #1b1b1b;
font-family: Inter, sans-serif;
overflow-x: hidden
overflow-x: hidden;
display: flex;
flex-direction: column;
height: 100vh;
}
a:hover {