File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ img { max-width: 100%; }
17
17
.no-js .responsive-image { display : none ; }
18
18
19
19
// Grid container
20
- // Must only contain `.grid` or `.grid-cell ` components as children.
20
+ // Must only contain `.grid` or `.grid__cell ` components as children.
21
21
.grid {
22
22
display : block ;
23
23
padding : 0 ;
@@ -27,7 +27,7 @@ img { max-width: 100%; }
27
27
// Remove inter-unit whitespace for all non-monospace font-families
28
28
// If you're using a monospace base font, you will need to set the `grid`
29
29
// font-family to `sans-serif` and then redeclare the monospace font on
30
- // the `grid-cell ` objects.
30
+ // the `grid__cell ` objects.
31
31
letter-spacing : -0.31em ;
32
32
// Protect against WebKit bug with optimizelegibility
33
33
text-rendering : optimizespeed ;
@@ -86,4 +86,4 @@ img { max-width: 100%; }
86
86
.grid__cell--center {
87
87
display : block ;
88
88
margin : 0 auto ;
89
- }
89
+ }
You can’t perform that action at this time.
0 commit comments