diff options
| author | Frederick Muriuki Muriithi | 2025-12-08 11:30:03 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-08 13:26:18 -0600 |
| commit | b348823f6e0215602f0901331b123a69ec056e8a (patch) | |
| tree | 3b5a8cfe02de0b752d2d290c8e3f875e3ef90e0a /uploader/static/css/layout-large.css | |
| parent | 9514647b70fe90a709b2881e50871a6e15f1236e (diff) | |
| download | gn-uploader-b348823f6e0215602f0901331b123a69ec056e8a.tar.gz | |
Improve the streamlined UI for the index page.
Diffstat (limited to 'uploader/static/css/layout-large.css')
| -rw-r--r-- | uploader/static/css/layout-large.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/uploader/static/css/layout-large.css b/uploader/static/css/layout-large.css index d1b3aa1..f1740de 100644 --- a/uploader/static/css/layout-large.css +++ b/uploader/static/css/layout-large.css @@ -52,8 +52,7 @@ } #main #main-content { - /*background: #FFFFFF;*/ - /*max-width: 80%;*/ + max-width: 950px; grid-column-start: 1; grid-column-end: 2; |
