mirror of
https://github.com/skoelle/moonweb-www.git
synced 2026-09-18 02:00:24 +00:00
quicknav
This commit is contained in:
@@ -64,6 +64,10 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
|
||||
display: none;
|
||||
}
|
||||
|
||||
.mobile-footer-quicknav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* ========================================
|
||||
MOBILE LAYOUT (Responsive)
|
||||
======================================== */
|
||||
@@ -230,6 +234,17 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
/* Quicknav ueber Footer */
|
||||
.mobile-footer-quicknav {
|
||||
display: block !important;
|
||||
padding: 12px 20px;
|
||||
text-align: center;
|
||||
}
|
||||
.mobile-footer-quicknav a.quicknav {
|
||||
font-size: 14px;
|
||||
margin: 0 4px;
|
||||
}
|
||||
|
||||
/* Typografie anpassen */
|
||||
body {
|
||||
font-size: 14px !important;
|
||||
|
||||
Reference in New Issue
Block a user