1
0
mirror of https://github.com/morris/vanilla-todo.git synced 2025-09-09 13:41:06 +02:00

update deps, fix stylelint errors, cleanups

This commit is contained in:
Morris Brodersen
2023-05-13 16:39:08 +02:00
parent 494b25302d
commit 97c1b625a3
13 changed files with 3510 additions and 334 deletions

View File

@@ -47,7 +47,7 @@
color: #eee;
}
@media (min-width: 600px) {
@media (width >= 600px) {
.app-button.-xl {
font-size: 2em;
}