diff --git a/css/ritmap.css b/css/ritmap.css index 7497e90..39dd05f 100644 --- a/css/ritmap.css +++ b/css/ritmap.css @@ -4,4 +4,10 @@ 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