Merge pull request #182 from JakeHenshall/patch-1

Spelling Mistake
This commit is contained in:
Dave Gamache 2014-12-11 12:19:53 -08:00
commit a31cb93be3

5
css/skeleton.css vendored
View File

@ -329,7 +329,6 @@ p {
margin-top: 0; }
/* Utilities
*/
.u-full-width {
@ -370,7 +369,7 @@ hr {
/*
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
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.
*/
@ -388,4 +387,4 @@ there.
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
@media (min-width: 1200px) {}