diff options
Diffstat (limited to 'uploader/static/css/layout-medium.css')
| -rw-r--r-- | uploader/static/css/layout-medium.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/uploader/static/css/layout-medium.css b/uploader/static/css/layout-medium.css index f504073..2cca711 100644 --- a/uploader/static/css/layout-medium.css +++ b/uploader/static/css/layout-medium.css @@ -1,7 +1,3 @@ -* { - box-sizing: border-box; -} - @media screen and (width > 8in) and (max-width: 20in) { body { display: grid; @@ -58,7 +54,7 @@ grid-gap: 5px; /* Define layout for the children elements */ - max-width: 70%; + max-width: 100%; } #main #sidebar-content { |
