diff options
| author | Frederick Muriuki Muriithi | 2026-01-05 15:30:54 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-01-05 15:30:54 -0600 |
| commit | e940b9881a3f1878becef05bbeba5dfa601d05f7 (patch) | |
| tree | cb07edc30371085d2340203fd2dd60904f6a9079 /uploader/static/css/layout-large.css | |
| parent | a65b120e08979d25b641180310e2859b6b045004 (diff) | |
| download | gn-uploader-e940b9881a3f1878becef05bbeba5dfa601d05f7.tar.gz | |
Fix styling for site-wide banner.
Diffstat (limited to 'uploader/static/css/layout-large.css')
| -rw-r--r-- | uploader/static/css/layout-large.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/uploader/static/css/layout-large.css b/uploader/static/css/layout-large.css index 8abd2dd..4471791 100644 --- a/uploader/static/css/layout-large.css +++ b/uploader/static/css/layout-large.css @@ -6,6 +6,8 @@ } #header { + margin: -0.7em; /* Fill entire length of screen */ + /* Place it in the parent element */ grid-column-start: 1; grid-column-end: 3; @@ -28,6 +30,8 @@ /* Place it in the parent element */ grid-column-start: 2; grid-column-end: 3; + + padding-right: 1em; } #main { |
