fixing scroll watcher

This commit is contained in:
Andy Pack 2024-10-10 19:37:05 +01:00
parent 15515569ca
commit 67454359a8
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
2 changed files with 3 additions and 2 deletions

View File

@ -84,5 +84,7 @@ const count = ref(0)
.con {
padding: 2rem;
max-width: 1280px;
margin: 0 auto;
}
</style>

View File

@ -59,10 +59,9 @@ button:focus-visible {
}
#app {
max-width: 1280px;
margin: 0 auto;
/* padding: 2rem; */
text-align: center;
width: 100%;
}
@media (prefers-color-scheme: light) {