summaryrefslogtreecommitdiffstats
path: root/_site/assets/css/skeleton.css
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-12-04 19:59:58 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-12-04 20:25:37 +0800
commitccfe0d84059b4da1c591ec86ba79cc56e7b25a54 (patch)
treeff9780ce7748142c5809c6f654a4221a40b27536 /_site/assets/css/skeleton.css
parent0985974c6beaa74814af1e8959fff54c72eac920 (diff)
downloadwww-ccfe0d84059b4da1c591ec86ba79cc56e7b25a54.tar.gz
Fix navbar on firefox mobile.
Diffstat (limited to '_site/assets/css/skeleton.css')
-rw-r--r--_site/assets/css/skeleton.css31
1 files changed, 0 insertions, 31 deletions
diff --git a/_site/assets/css/skeleton.css b/_site/assets/css/skeleton.css
index f50b2f7..c1f6ac8 100644
--- a/_site/assets/css/skeleton.css
+++ b/_site/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) {}