diff options
| -rw-r--r-- | docs/magisphere/magisphere.css | 27 |
1 files changed, 6 insertions, 21 deletions
diff --git a/docs/magisphere/magisphere.css b/docs/magisphere/magisphere.css index 27dd9e5..1ba88c9 100644 --- a/docs/magisphere/magisphere.css +++ b/docs/magisphere/magisphere.css @@ -57,14 +57,6 @@ body.loading { background-color: black; opacity: 0; } -.mobile body { - overflow: auto; -} -.mobile .content { - position: static; - top: 0; left: 0; - transform: translateZ(0); -} .glow { position: fixed; top: 50%; left: 0; @@ -302,20 +294,13 @@ section { @media (max-width: 700px) { * { box-sizing: border-box; } - header { - bottom: auto; - top: 0px; + body { + overflow: auto; } - header .row { - flex-direction: column; - } - header .row .menu { - flex-direction: row; - flex-wrap: wrap; - } - h1 { - flex: 1 1 100%; - text-align: center; + .content { + position: static; + top: 0; left: 0; + transform: translateZ(0); } .menu a { display: block; |
