diff --git a/public/style.css b/public/style.css index 95d457d..8c5a451 100644 --- a/public/style.css +++ b/public/style.css @@ -419,33 +419,16 @@ a.icon-github:hover { } /* Mobile */ -/*@media screen and (max-width: 720px) { -body { - background:white; - margin:0; -} +@media screen and (max-width: 720px) { + .halves { + display: block; + } -#container { - min-width:0; - width:100%; - margin:0; - padding:0; + .half-width { + width: 100%; + } } -header { - width:100%; - padding:0; -} - -.menu li { - margin-top:0; -} - -.desktop-only, .zclip { - display:none; -} -}*/ - /* Error page */ #wrap > h1 > a { display: none; diff --git a/result.php b/result.php index 3d56b69..aa834c8 100644 --- a/result.php +++ b/result.php @@ -147,8 +147,6 @@ $dependencies[] = 'clipboard.js'; - -