diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-15 13:52:25 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-15 13:52:25 +0100 |
commit | bcf17ab2823d26a517101c344321eb7a472e6b29 (patch) | |
tree | 385ed1dd86144360525c81f4f318d26b786d0823 /pyblackbird_cc/static/css/project.css | |
parent | eff85a450e2b866974026ceab125e493938a5c7c (diff) |
Tidying up the create form - using custom css
Diffstat (limited to '')
-rw-r--r-- | pyblackbird_cc/static/css/project.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css index 0f95690..a0a7496 100644 --- a/pyblackbird_cc/static/css/project.css +++ b/pyblackbird_cc/static/css/project.css @@ -34,9 +34,8 @@ body { h1 { color: #657c76; - font-size: 1.8rem; + font-size: 2.0rem; font-weight: bold; - } a { |