diff options
Diffstat (limited to 'public/static/style.css')
| -rw-r--r-- | public/static/style.css | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/public/static/style.css b/public/static/style.css index d11ca82..ffc7a4b 100644 --- a/public/static/style.css +++ b/public/static/style.css @@ -373,4 +373,24 @@ button[type=submit].fancy:hover { cursor: help; font-size: 10px; vertical-align: top; +} + +@media screen and (max-width: 1000px) { + main { + width: 100%; + } + + .file-preview-wrapper, + .navbar { + margin: 8px; + } + + .navbar { + align-items: start; + flex-direction: column; + } + + .grid-3 { + grid-template-columns: auto; + } }
\ No newline at end of file |
