aboutsummaryrefslogtreecommitdiffhomepage
path: root/static/skeleton.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/skeleton.css')
-rw-r--r--static/skeleton.css9
1 files changed, 4 insertions, 5 deletions
diff --git a/static/skeleton.css b/static/skeleton.css
index 12bc1e5..e9e39b2 100644
--- a/static/skeleton.css
+++ b/static/skeleton.css
@@ -125,9 +125,9 @@ ul.sideNavigation {
}
main {
- width: min(1300px, 100%);
+ width: min(1500px, 100%);
display: grid;
- grid-template-columns: 1fr min(700px, 100%) 1fr;
+ grid-template-columns: 1fr min(100%, 700px) 1fr;
height: 100%;
#leftPane,
#rightPane {
@@ -135,11 +135,10 @@ main {
top: 56px;
height: max-content;
}
- @media (width < 1300px) {
+ @media (width < 1200px) {
#leftPane,
#rightPane {
- max-width: 0;
- visibility: hidden;
+ display: none;
}
}
}