normalize some styles

This commit is contained in:
2024-11-21 20:56:20 +01:00
parent dc9cc5c74c
commit b956152edb
+10
View File
@@ -61,6 +61,16 @@ body {
background-color: rgb(19, 16, 14); background-color: rgb(19, 16, 14);
background-blend-mode: darken; background-blend-mode: darken;
background-repeat: repeat; background-repeat: repeat;
display: flex;
flex-direction: column;
align-items: center;
}
main {
max-width: 69rem;
display: flex;
flex-direction: column;
align-items: center;
} }
#app { #app {