diff options
| author | Frederick Muriuki Muriithi | 2025-12-10 10:50:12 -0600 |
|---|---|---|
| committer | Frederick Muriuki Muriithi | 2025-12-10 10:50:12 -0600 |
| commit | 8b37cfeacada925e3c5b9b7102f8fad0f28da144 (patch) | |
| tree | 3aa45a65faacebc9e836a5e983f4233c25125bde /uploader/static/css/layout-common.css | |
| parent | b9a2e1239c6d9cbe233ad5dff7ed17ebfdf1c906 (diff) | |
| download | gn-uploader-8b37cfeacada925e3c5b9b7102f8fad0f28da144.tar.gz | |
Move common CSS to separate file.
Diffstat (limited to 'uploader/static/css/layout-common.css')
| -rw-r--r-- | uploader/static/css/layout-common.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/uploader/static/css/layout-common.css b/uploader/static/css/layout-common.css new file mode 100644 index 0000000..36a5735 --- /dev/null +++ b/uploader/static/css/layout-common.css @@ -0,0 +1,3 @@ +* { + box-sizing: border-box; +} |
