diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-22 17:40:17 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-22 17:40:17 +0100 |
commit | 8d23046d174e4d8dce0f13cc88b099d3c12b07ec (patch) | |
tree | e51c3cf677b40ea933fe6d251bb28b3b1af71365 /alphabetlearning/static/css/project.css | |
parent | a505c844c0537c7aeb59e287687561d2d0a9d6e4 (diff) |
wip: started working on the add new resource form
Diffstat (limited to '')
-rw-r--r-- | alphabetlearning/static/css/project.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/alphabetlearning/static/css/project.css b/alphabetlearning/static/css/project.css index 6be378a..79ad930 100644 --- a/alphabetlearning/static/css/project.css +++ b/alphabetlearning/static/css/project.css @@ -43,6 +43,12 @@ h1, h2, h3 { color: #3d3d3d; } +h1 { + font-size: 2em; + font-weight: bold; + margin-bottom: 20px; +} + .bulk-text p { padding: 10px; margin-bottom: 30px; |