export quest missive to its own component

This commit is contained in:
2023-03-23 19:58:47 +01:00
parent 10cb19c10d
commit 91d91f26f2
3 changed files with 127 additions and 242 deletions
+2 -2
View File
@@ -5,8 +5,8 @@
body {
margin: 0;
padding: 0;
min-height: 100vh;
padding: 0 0 10rem;
min-height: calc(100vh - 10rem);
font-family: 'EB Garamond', serif;
background-color: #654f32;
overflow-y: scroll;