Added Website Settings

This commit is contained in:
MrYummy
2017-06-18 13:11:36 -04:00
parent db3aea185b
commit a24d26dd7c
16 changed files with 236 additions and 60 deletions
+12 -3
View File
@@ -4,12 +4,12 @@
th, td {
// force tables into line-mode
// it's a bit ugly, but probably the best
// it''s a bit ugly, but probably the best
// solution for small screens
display: block;
}
#head {
#head_top {
#menu {
#logo {
display: none;
@@ -17,10 +17,19 @@
}
}
#head_scroll {
@extend #head_top;
position: fixed;
}
#main-content {
padding: 30px 5px;
}
#main-content-scroll {
padding: 181px 5px;
}
.front-page {
h1 {
font-size: 2em !important;
@@ -66,4 +75,4 @@
margin: 50px 20px 0;
}
}
}