summaryrefslogtreecommitdiffstats
path: root/assets/css/skeleton.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/skeleton.css')
-rw-r--r--assets/css/skeleton.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/assets/css/skeleton.css b/assets/css/skeleton.css
index f50b2f7..c1f6ac8 100644
--- a/assets/css/skeleton.css
+++ b/assets/css/skeleton.css
@@ -357,12 +357,6 @@ form {
.u-pull-left {
float: left; }
-
-/* Misc
-–––––––––––––––––––––––––––––––––––––––––––––––––– */
-
-
-
/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@@ -374,28 +368,3 @@ form {
display: table;
clear: both; }
-
-/* Media 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
-on small devices, paste the mobile query code up in the buttons section and style it
-there.
-*/
-
-
-/* Larger than mobile */
-@media (min-width: 400px) {}
-
-/* Larger than phablet (also point when grid becomes active) */
-@media (min-width: 550px) {}
-
-/* Larger than tablet */
-@media (min-width: 750px) {}
-
-/* Larger than desktop */
-@media (min-width: 1000px) {}
-
-/* Larger than Desktop HD */
-@media (min-width: 1200px) {}