[GIT] Kirby 2.4 & update submodules (+ css rebuild)
This commit is contained in:
parent
97d1520a7f
commit
d1223c49d1
13 changed files with 1102 additions and 69 deletions
|
@ -175,20 +175,20 @@ nav.mobile {
|
|||
right: $mobileNav_button_right;
|
||||
top: 24px;
|
||||
z-index: 2;
|
||||
|
||||
|
||||
padding: .5rem .75rem;
|
||||
font-size: $font-size-lg;
|
||||
line-height: 1;
|
||||
font-family: inherit;
|
||||
font-weight: 300;
|
||||
|
||||
|
||||
// button-color
|
||||
color: #373a3c;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
nav.mobile {
|
||||
background-color: $color_bg_inv;
|
||||
background-color: $color_bg_inv;
|
||||
ul.mobileNav {
|
||||
color: $color_font_inv;
|
||||
padding: 1rem 1rem;
|
||||
|
@ -243,7 +243,7 @@ footer {
|
|||
margin-top: 25px;
|
||||
padding-top: 15px;
|
||||
padding-bottom: 10px;
|
||||
|
||||
|
||||
height: $footer_height;
|
||||
min-width: inherit;
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
main {
|
||||
padding-top: 14vh;
|
||||
|
||||
|
||||
div.home {
|
||||
text-align: center;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue