Removed font-size rules and added styling to media-grid
This commit is contained in:
parent
5628337f1f
commit
ec87a8654f
4 changed files with 20 additions and 7 deletions
sass/init
|
@ -28,6 +28,10 @@
|
|||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@mixin create-grid($items-per-row: 4) {
|
||||
grid-template: repeat(1, 1fr) / repeat($items-per-row, 1fr);
|
||||
}
|
||||
|
||||
// Smart font include
|
||||
// Simply pass in the font-weight you want to use and the normal/italicized versions will be added
|
||||
// No more weighing down the front-end with references to unused weights
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue