Compare commits

..

1 Commits

Author SHA1 Message Date
23c82833b2 added base template, added header bar to all pages 2018-06-18 22:13:49 -04:00

View File

@ -13,7 +13,11 @@
display: inline;
}
#questContainer {
#header a {
font-size: 14px;
}
#content {
display: flex;
overflow: auto;
}
@ -28,6 +32,7 @@
width: 30%;
right: 0;
position: fixed;
padding-right: 20px;
display: flex;
flex-direction: column;
}