diff options
author | cel 🌸 <cel@blos.sm> | 2023-09-16 21:06:42 +0100 |
---|---|---|
committer | cel 🌸 <cel@blos.sm> | 2023-09-16 21:06:42 +0100 |
commit | 25a39146ed49b4ae22a5cead6642d055da7ded81 (patch) | |
tree | 51c8846b9feb89e0cc89c62eede8b623344b8f3d /static/style.css | |
parent | 40cfa28d99f0942ee01f19d96dc8002183f68c75 (diff) | |
download | blossom-25a39146ed49b4ae22a5cead6642d055da7ded81.tar.gz blossom-25a39146ed49b4ae22a5cead6642d055da7ded81.tar.bz2 blossom-25a39146ed49b4ae22a5cead6642d055da7ded81.zip |
small fixes
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 2cefd4a..7645b53 100644 --- a/static/style.css +++ b/static/style.css @@ -279,7 +279,7 @@ iframe { } .post-entry { - height: 1.4em; + min-height: 1.3em; display: flex; justify-content: space-between; background-color: #0000; @@ -289,6 +289,10 @@ iframe { font-size: 1.1rem; } +.post-date { + min-width: 10ch; +} + .post-entry:hover { font-family: 'Steps-Mono'; } @@ -447,7 +451,8 @@ iframe { float: right; width: auto; top: 2vw; - margin: 2vw; + right: -2vw; + margin: 2vw 0 2vw 2vw; } .checklist ul { @@ -461,6 +466,15 @@ code { font-family: 'Go Mono'; } +pre { + background-color: #e8cdcf; + border: 1px solid #311f20; +} + +pre code { + border: none; +} + /* branches */ .branch { |