i forgot we were just committing the build outputs lol

This commit is contained in:
erin 2024-09-06 05:43:16 -04:00
parent b774d9a283
commit 8438c0428a
2 changed files with 6 additions and 1 deletions

View file

@ -32,6 +32,11 @@ body {
font-size: 10rem;
color: white;
}
@media (prefers-reduced-motion) {
body {
background-attachment: fixed;
}
}
main {
max-width: 250rem;