diff options
author | petrus comestor <petrus@comestor.org> | 2024-03-18 16:45:51 -0400 |
---|---|---|
committer | petrus comestor <petrus@comestor.org> | 2024-03-18 16:45:51 -0400 |
commit | c6b54a14cd5d0a1fac1ba5911dd98b1d26adf662 (patch) | |
tree | f61220b2e5a27db89458c4d7246ea897c01e64be /static | |
parent | 220fded33241f506f07610593b395a36adc9c8b5 (diff) |
mobile
Diffstat (limited to 'static')
-rw-r--r-- | static/styles.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index 914322d..c8d5c6d 100644 --- a/static/styles.css +++ b/static/styles.css @@ -126,9 +126,14 @@ a:hover { } .work-title { + font-weight: bold; letter-spacing: -1px; } +.schedule { + margin-left: 2em; +} + .contact { margin-top: .3em; font-style: italic; |