From 8b37cfeacada925e3c5b9b7102f8fad0f28da144 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Wed, 10 Dec 2025 10:50:12 -0600 Subject: Move common CSS to separate file. --- uploader/static/css/layout-common.css | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 uploader/static/css/layout-common.css (limited to 'uploader/static/css/layout-common.css') 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; +} -- cgit 1.4.1