about summary refs log tree commit diff
path: root/uploader/static/css/layout-medium.css
diff options
context:
space:
mode:
Diffstat (limited to 'uploader/static/css/layout-medium.css')
-rw-r--r--uploader/static/css/layout-medium.css11
1 files changed, 2 insertions, 9 deletions
diff --git a/uploader/static/css/layout-medium.css b/uploader/static/css/layout-medium.css
index f504073..50ceeb4 100644
--- a/uploader/static/css/layout-medium.css
+++ b/uploader/static/css/layout-medium.css
@@ -1,12 +1,6 @@
-* {
-    box-sizing: border-box;
-}
-
 @media screen and (width > 8in) and (max-width: 20in) {
     body {
-        display: grid;
         grid-template-columns: 65fr 35fr;
-        grid-gap: 1em;
     }
 
     #header {
@@ -16,7 +10,7 @@
 
         /* Define layout for the children elements */
         display: grid;
-        grid-template-columns: 8fr 2fr;
+        grid-template-columns: 2fr 8fr;
     }
 
     #header #header-text {
@@ -55,10 +49,9 @@
         /* Place it in the parent element */
         grid-column-start: 1;
         grid-column-end: 2;
-        grid-gap: 5px;
 
         /* Define layout for the children elements */
-        max-width: 70%;
+        max-width: 100%;
     }
 
     #main #sidebar-content {