From d70887145c2063e134b73f9fc54e1fa08b4db122 Mon Sep 17 00:00:00 2001 From: Siraj Khan Date: Thu, 11 Dec 2014 11:50:04 +0530 Subject: [PATCH] fixed a typo :) --- css/skeleton.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/skeleton.css b/css/skeleton.css index e7b7d1a..386b6e0 100644 --- a/css/skeleton.css +++ b/css/skeleton.css @@ -371,7 +371,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. */ @@ -389,4 +389,4 @@ there. @media (min-width: 1000px) {} /* Larger than Desktop HD */ -@media (min-width: 1200px) {} \ No newline at end of file +@media (min-width: 1200px) {}