Added Website Settings

This commit is contained in:
MrYummy
2017-05-29 00:10:58 +02:00
parent 888c863b10
commit dfb1ed9185
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;
}
}
}