diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-26 21:07:09 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-26 21:07:09 +0100 |
commit | 4b0f9c66d6e6b300ab6c88f8aa7230e238074cd0 (patch) | |
tree | cb2f9e50570acbfc9e75190274a655334f1ddaa6 /pyblackbird_cc/static/css/project.css | |
parent | d421e56e0924487861e6cf5300f462c9e66fd376 (diff) |
Tweaking the layout of the list page
Diffstat (limited to '')
-rw-r--r-- | pyblackbird_cc/static/css/project.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css index a0a7496..79d6874 100644 --- a/pyblackbird_cc/static/css/project.css +++ b/pyblackbird_cc/static/css/project.css @@ -49,6 +49,10 @@ header { margin-top: 30px; } +.card-title a { + font-size: 1.2rem; +} + /*h2 {*/ /* color: #4e8273;*/ /* !* color: white; *!*/ |