actually commit this because it's been laying here for literal months

This commit is contained in:
2023-12-28 13:23:28 +01:00
parent 94bccd78a6
commit 033bae1856
7 changed files with 285 additions and 11 deletions
+4 -5
View File
@@ -20,11 +20,6 @@ html {
}
body {
margin: 0;
background-color: rgba(16, 16, 16, 0.7);
display: flex;
flex-direction: column;
align-items: center;
gap: 1rem;
width: 100%;
min-height: 100vh;
padding: 0;
@@ -43,6 +38,10 @@ a {
text-decoration: none;
}
h1 {
font-size: 1.5rem;
}
h2 {
font-size: 1.1rem;
}