Minor changes to product & general responsiveness
Tom Rutgers
committed Aug 17, 2018
commit ec6d4bbb597b3d6d13161f18eedb2d3988c7de83
Showing 4
changed files with
6 additions
and 4 deletions
source/index.html.slim
+1
-1
| @@ | @@ -1,5 +1,5 @@ |
| --- | |
| - | title: Home - Middleman + Netlify CMS Example |
| + | title: Kaldi - Middleman + Netlify CMS Example |
| --- | |
| = partial 'partials/homepage/hero' | |
source/stylesheets/demo/base/_grid.sass
+3
-0
| @@ | @@ -19,6 +19,9 @@ |
| @media (min-width: $screen-lg-min) | |
| width: $container-lg | |
| + | @media (min-width: 1420px) |
| + | width: 1360px |
| + | |
| %container-fluid | |
| +container-fixed | |
source/stylesheets/demo/homepage/_products.scss
+1
-2
| @@ | @@ -11,8 +11,7 @@ |
| .product { | |
| @extend %column; | |
| - | @extend %col-md-4; |
| - | @extend %col-sm-6; |
| + | @extend %col-sm-4; |
| @extend %product; | |
| margin-bottom: 30px; | |
source/stylesheets/demo/products/_product.scss
+1
-1
| @@ | @@ -10,7 +10,7 @@ |
| } | |
| .product-content { | |
| - | padding: 10px 20px; |
| + | padding: 10px 30px; |
| } | |
| .title, .price { | |