diff options
author | Frederick Muriuki Muriithi | 2024-09-03 16:47:55 -0500 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-09-03 16:51:28 -0500 |
commit | f1add5f4ea332ddfb2e902fb8c38e88a1dbcf6a2 (patch) | |
tree | 32c08927b6fe8138bf17de1ef039ea63f17fd3fa /uploader/static/css/styles.css | |
parent | 4f0d75c94ca1acf0217990d67092f8a72a9cdef1 (diff) | |
download | gn-uploader-f1add5f4ea332ddfb2e902fb8c38e88a1dbcf6a2.tar.gz |
Improve UI styling.
Diffstat (limited to 'uploader/static/css/styles.css')
-rw-r--r-- | uploader/static/css/styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/uploader/static/css/styles.css b/uploader/static/css/styles.css index 6d95fe6..946cd10 100644 --- a/uploader/static/css/styles.css +++ b/uploader/static/css/styles.css @@ -90,3 +90,13 @@ body { .main-content { font-size: 1.275em; } + +.breadcrumb { + text-transform: capitalize; +} + +dd { + margin-left: 3em; + font-size: 0.88em; + padding-bottom: 1em; +} |