Fix css for mobile devices

This commit is contained in:
Sol Fisher Romanoff 2022-11-18 18:28:51 +02:00
parent ba0494e506
commit f31c3996e5
Signed by untrusted user who does not match committer: nbsp
GPG key ID: 9D3F2B64F2341B62

View file

@ -101,7 +101,6 @@ nav {
}
.inner-nav {
width: 100%;
padding: 0 1.2em;
margin: auto;
max-width: 1110px;
@ -560,4 +559,17 @@ status-body {
transform: scale(-1, 1);
}
@media (max-width: 800px) {
body > .container {
display: block;
}
.column {
padding: 0;
margin: 0;
}
.sidebar {
display: none;
}
}