Implemented new frontpage
This commit is contained in:
@ -66,6 +66,6 @@ nav-height = 3.11rem
|
||||
typography-margin = 0.4rem
|
||||
|
||||
// Timings
|
||||
fade-speed = 300ms
|
||||
fade-speed = 250ms
|
||||
transition-speed = 200ms
|
||||
mountable-transition-speed = 300ms
|
||||
mountable-transition-speed = 250ms
|
||||
|
@ -82,21 +82,21 @@
|
||||
.extra-navigation
|
||||
display block
|
||||
|
||||
@media screen and (max-device-height: 500px)
|
||||
#navigation
|
||||
vertical
|
||||
height 100%
|
||||
padding content-padding 0
|
||||
// @media screen and (max-device-height: 500px)
|
||||
// #navigation
|
||||
// vertical
|
||||
// height 100%
|
||||
// padding content-padding 0
|
||||
|
||||
#container
|
||||
horizontal
|
||||
// #container
|
||||
// horizontal
|
||||
|
||||
.extra-navigation
|
||||
display block
|
||||
// .extra-navigation
|
||||
// display block
|
||||
|
||||
#sidebar-toggle,
|
||||
.hide-landscape
|
||||
display none !important
|
||||
// #sidebar-toggle,
|
||||
// .hide-landscape
|
||||
// display none !important
|
||||
|
||||
#search
|
||||
display none
|
||||
// #search
|
||||
// display none
|
Reference in New Issue
Block a user