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