fix overflow
All checks were successful
Build craisin-cove / build (push) Successful in 13s

This commit is contained in:
2025-11-30 16:48:54 -08:00
parent 733ceabba3
commit ce826e4e36
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.venv

View File

@@ -40,7 +40,7 @@ h2{
margin: 0px; margin: 0px;
padding: 5vw; padding: 5vw;
overflow: scroll; overflow-y: scroll;
} }