actually bearable mobile view for quests board

This commit is contained in:
2023-09-23 15:29:47 +02:00
parent 2a38461a47
commit b49a30bb6e
5 changed files with 149 additions and 105 deletions
+5 -1
View File
@@ -1,6 +1,10 @@
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0 0 10rem;
padding: 0 0 2rem;
min-height: calc(100vh - 10rem);
font-family: 'EB Garamond', serif;
overflow-y: scroll;