From 723b00a7eea33199417df1283b12f4692a04542c Mon Sep 17 00:00:00 2001 From: Nate Levesque Date: Thu, 20 Oct 2016 21:55:46 -0400 Subject: [PATCH 1/2] Hide github ribbon on small screens --- css/ritmap.css | 9 ++++++++- index.html | 2 +- pokemongo.html | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/css/ritmap.css b/css/ritmap.css index 7497e90..c9826a0 100644 --- a/css/ritmap.css +++ b/css/ritmap.css @@ -4,4 +4,11 @@ body { .center { text-align:center; -} \ No newline at end of file +} + + +@media only screen and (max-width: 600px) { + .hide-on-small-screen { + display: none; + } +} diff --git a/index.html b/index.html index 95270c8..542f5dd 100644 --- a/index.html +++ b/index.html @@ -37,7 +37,7 @@ - Fork me on GitHub + Fork me on GitHub
diff --git a/pokemongo.html b/pokemongo.html index a394106..3f06ff5 100644 --- a/pokemongo.html +++ b/pokemongo.html @@ -37,7 +37,7 @@
- Fork me on GitHub + Fork me on GitHub
From ce3b2f66caa49ce8e9d0524789919c1082550940 Mon Sep 17 00:00:00 2001 From: Nate Levesque Date: Thu, 20 Oct 2016 21:56:53 -0400 Subject: [PATCH 2/2] Remove extra line --- css/ritmap.css | 1 - 1 file changed, 1 deletion(-) diff --git a/css/ritmap.css b/css/ritmap.css index c9826a0..39dd05f 100644 --- a/css/ritmap.css +++ b/css/ritmap.css @@ -6,7 +6,6 @@ body { text-align:center; } - @media only screen and (max-width: 600px) { .hide-on-small-screen { display: none;