1
0
Fork 0

[SITE] new mobile menu (plain CSS) & removed animation assets of bootstrap

This commit is contained in:
Jannik Beyerstedt 2016-10-28 23:32:29 +02:00
parent 2ecf9ea656
commit 1544f888ca
21 changed files with 176 additions and 124 deletions

View file

@ -27,6 +27,6 @@ main {
@media (max-width: 575px) {
main {
padding-top: 16vh; } }
padding-top: 10vh; } }
/*# sourceMappingURL=home.css.map */

View file

@ -2,9 +2,11 @@
* for specific template
*/
body {
background-color: #424242;
color: #fff; }
div.site-wrap {
background-color: #424242; }
a {
color: #34c501; }
a:active, a:hover {
@ -20,8 +22,9 @@ main p a:visited {
border: none; } }
@media (max-width: 575px) {
.navbar-toggler {
color: #fff; } }
label[for="nav-trigger"] {
color: #fff;
background-color: #424242; } }
footer {
background-color: #303030;

File diff suppressed because one or more lines are too long