diff options
Diffstat (limited to 'uploader/static/css/layout-large.css')
| -rw-r--r-- | uploader/static/css/layout-large.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/uploader/static/css/layout-large.css b/uploader/static/css/layout-large.css index f1740de..2d53627 100644 --- a/uploader/static/css/layout-large.css +++ b/uploader/static/css/layout-large.css @@ -1,12 +1,6 @@ -* { - box-sizing: border-box; -} - @media screen and (min-width: 20.1in) { body { - display: grid; grid-template-columns: 7fr 3fr; - grid-gap: 1em; } #header { @@ -16,7 +10,7 @@ /* Define layout for the children elements */ display: grid; - grid-template-columns: 8fr 2fr; + grid-template-columns: 1fr 9fr; } #header #header-text { @@ -49,6 +43,8 @@ grid-column-start: 1; grid-column-end: 3; padding: 0 3px; + + margin: -0.3em -0.7em 0 -0.7em; } #main #main-content { @@ -61,5 +57,6 @@ #main #sidebar-content { grid-column-start: 2; grid-column-end: 3; + padding: 1em 0 0 0; } } |
