mirror of
https://github.com/olivierlacan/keep-a-changelog.git
synced 2025-07-31 01:34:18 +02:00
Improve responsive layout
Notably fixes the issues with the language select on narrow viewports (mobile).
This commit is contained in:
parent
2c562d1e5b
commit
743ce86e1f
@ -12,13 +12,13 @@ $color-light-sand: lighten($color-sand, 10%)
|
||||
/* === Breakpoints === */
|
||||
|
||||
// Small tablets and large smartphones (landscape view)
|
||||
$screen-sm-min: 576px;
|
||||
$screen-sm-min: 576px
|
||||
|
||||
// Small tablets (portrait view)
|
||||
$screen-md-min: 768px;
|
||||
$screen-md-min: 768px
|
||||
|
||||
// Tablets and small desktops
|
||||
$screen-lg-min: 992px;
|
||||
$screen-lg-min: 992px
|
||||
|
||||
// Large tablets and desktops
|
||||
$screen-xl-min: 1200px;
|
||||
$screen-xl-min: 1200px
|
||||
|
@ -1,4 +1,5 @@
|
||||
@import "variables"
|
||||
@import "mixins"
|
||||
|
||||
$break-small: em(480px)
|
||||
$break-medium: em(800px)
|
||||
|
@ -1,4 +1,5 @@
|
||||
@import "variables"
|
||||
@import "mixins"
|
||||
|
||||
div.header
|
||||
padding-top: 5em
|
||||
|
Loading…
x
Reference in New Issue
Block a user