CSS: media breakpoints

from Bootstrap and added a couple more for super big screens
This commit is contained in:
2018-09-16 03:38:27 +02:00
parent bb483e72aa
commit fbc7c0fce7
3 changed files with 14 additions and 5 deletions

View File

@@ -158,4 +158,6 @@ $tooltip-opacity: 1
$nav-link-height: 37px
$navbar-padding-x: 0
$navbar-padding-y: 0
$navbar-padding-y: 0
$grid-breakpoints: (xs: 0,sm: 576px,md: 768px,lg: 1100px,xl: 1500px, xxl: 1800px)