diff options
| author | Frederick Muriuki Muriithi | 2026-01-29 13:18:04 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2026-01-29 13:18:04 -0600 |
| commit | 48de504c50ed1c78ec6bca9128aa283e65a0ea58 (patch) | |
| tree | ca5a5c13c0a3d9ab871233094893acd8ed928c9b /uploader/static | |
| parent | a1069af0df5c1d77672d9fd930f389708a6c788b (diff) | |
| download | gn-uploader-48de504c50ed1c78ec6bca9128aa283e65a0ea58.tar.gz | |
Fix indentation.
Diffstat (limited to 'uploader/static')
| -rw-r--r-- | uploader/static/css/layout-common.css | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/uploader/static/css/layout-common.css b/uploader/static/css/layout-common.css index 88e580c..9c9d034 100644 --- a/uploader/static/css/layout-common.css +++ b/uploader/static/css/layout-common.css @@ -2,20 +2,20 @@ box-sizing: border-box; } - body { - display: grid; - grid-gap: 1em; - } +body { + display: grid; + grid-gap: 1em; +} - #header { - margin: -0.7em; /* Fill entire length of screen */ - /* Define layout for the children elements */ - display: grid; - } +#header { + margin: -0.7em; /* Fill entire length of screen */ + /* Define layout for the children elements */ + display: grid; +} - #header #header-nav { - /* Place it in the parent element */ - grid-column-start: 1; - grid-column-end: 2; - display: flex; - } +#header #header-nav { + /* Place it in the parent element */ + grid-column-start: 1; + grid-column-end: 2; + display: flex; +} |
