Smaller font for laptop sizes

This commit is contained in:
2017-11-08 15:50:48 +01:00
parent a747affc61
commit 3c4b084fab
3 changed files with 25 additions and 9 deletions

View File

@ -27,7 +27,7 @@ sidebar-spacing-y = 0.7rem
> 800px
#sidebar
opacity 1
min-width 200px
min-width 180px
transform none
position static
pointer-events auto
@ -35,6 +35,10 @@ sidebar-spacing-y = 0.7rem
border-right ui-border
background sidebar-background
> 1400px
#sidebar
min-width 200px
.sidebar-visible
transform translateX(0) !important
pointer-events auto !important
@ -42,7 +46,7 @@ sidebar-spacing-y = 0.7rem
.sidebar-link
color text-color
&.active
.sidebar-button
color tab-active-color