Spelling Mistake
Spelling Mistake on Line 373 says secion instead of section.
This commit is contained in:
parent
84acb36f5c
commit
f091647f7c
5
css/skeleton.css
vendored
5
css/skeleton.css
vendored
@ -330,7 +330,6 @@ p {
|
|||||||
margin-top: 0; }
|
margin-top: 0; }
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Utilities
|
/* Utilities
|
||||||
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
–––––––––––––––––––––––––––––––––––––––––––––––––– */
|
||||||
.u-full-width {
|
.u-full-width {
|
||||||
@ -371,7 +370,7 @@ hr {
|
|||||||
/*
|
/*
|
||||||
Note: The best way to structure the use of media queries is to create the queries
|
Note: The best way to structure the use of media queries is to create the queries
|
||||||
near the relevant code. For example, if you wanted to change the styles for buttons
|
near the relevant code. For example, if you wanted to change the styles for buttons
|
||||||
on small devices, paste the mobile query code up in the buttons secion and style it
|
on small devices, paste the mobile query code up in the buttons section and style it
|
||||||
there.
|
there.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -389,4 +388,4 @@ there.
|
|||||||
@media (min-width: 1000px) {}
|
@media (min-width: 1000px) {}
|
||||||
|
|
||||||
/* Larger than Desktop HD */
|
/* Larger than Desktop HD */
|
||||||
@media (min-width: 1200px) {}
|
@media (min-width: 1200px) {}
|
||||||
|
Loading…
Reference in New Issue
Block a user