fixing scroll watcher
This commit is contained in:
parent
15515569ca
commit
67454359a8
@ -84,5 +84,7 @@ const count = ref(0)
|
|||||||
|
|
||||||
.con {
|
.con {
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
max-width: 1280px;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@ -59,10 +59,9 @@ button:focus-visible {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#app {
|
#app {
|
||||||
max-width: 1280px;
|
|
||||||
margin: 0 auto;
|
|
||||||
/* padding: 2rem; */
|
/* padding: 2rem; */
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
|
Loading…
Reference in New Issue
Block a user