Compare commits

..

1 Commits

Author SHA1 Message Date
faf4b995b2 added base template, added header bar to all pages 2018-06-18 22:16:32 -04:00

View File

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