Remove duplicated CSS rule '#app'

This commit is contained in:
2026-05-17 20:59:37 +02:00
parent c78357b61d
commit 05b6a5d513
-6
View File
@@ -19,12 +19,6 @@ body {
font-size: 16px;
}
#app {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.link {
text-decoration: none;
}