add hr global styling, page padding on desktop

This commit is contained in:
plebeius.eth
2024-03-22 13:03:04 +01:00
parent 4c9f7202b8
commit eace4f02b9
6 changed files with 13 additions and 9 deletions
+6
View File
@@ -9,3 +9,9 @@
overflow-x: hidden;
min-height: 100vh;
}
@media (min-width: 640px) {
.app {
padding: 5px;
}
}