summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-08 13:08:50 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-08 13:08:50 +0100
commit515c6fb2fd23d157a35df8032b426a5fe9ae8c0a (patch)
tree07e0214fd275098dbd2d3a77ffa9b8050581f36b /docs
parent9dfc4526c822b928863a9927b74c2fdb41669945 (diff)
mobile
Diffstat (limited to 'docs')
-rw-r--r--docs/magisphere/magisphere.css27
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;