From 5b1ffc7d63ce242d6d458f2a4cd96c64eb2c6241 Mon Sep 17 00:00:00 2001 From: s1n Date: Fri, 25 Oct 2019 17:32:34 -0700 Subject: konami mobile, fix konami redir --- konami/css/main.css | 20 +++++++++++++++++++- konami/index.html | 44 +++++++++++++++++++++++--------------------- 2 files changed, 42 insertions(+), 22 deletions(-) (limited to 'konami') diff --git a/konami/css/main.css b/konami/css/main.css index 8e34ca6..bb313c6 100644 --- a/konami/css/main.css +++ b/konami/css/main.css @@ -54,12 +54,18 @@ body { } main { - /* margin: auto; ** This is only needed for mobile */ font-size: 6vh; line-height: 1.2; max-width: 75vh; } +@media(max-width: 768px) { + main { + margin: auto; + width: 100%; + } +} + .links a { background-color: yellow; } @@ -95,6 +101,12 @@ main { justify-content: center; } +@media(max-width: 768px) { + .navigation-bar { + display: none; + } +} + .nav { overflow: hidden; max-width: 100%; @@ -256,4 +268,10 @@ p { font-weight: bold; margin: 50vh 0 0 0; font-family: sans-serif; +} + +@media(max-width: 768px) { + .ee { + display: none; + } } \ No newline at end of file diff --git a/konami/index.html b/konami/index.html index ebace62..d4a5637 100644 --- a/konami/index.html +++ b/konami/index.html @@ -13,7 +13,7 @@ - + @@ -99,27 +99,29 @@ - - - +
+ + + - - - marty - - - - doc - - - - biff - - - - goldie + + + marty + + + + doc + + + + biff + + + + goldie +