diff options
author | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-24 15:13:40 +0530 |
---|---|---|
committer | Anirudh Oppiliappan <x@icyphox.sh> | 2022-12-24 15:13:40 +0530 |
commit | 5912a0bcb539dce1a220656b3b5c382e65014447 (patch) | |
tree | 5f4a7c203bba5fefa1a9e8041cdb042e1a88d33d /static/style.css | |
parent | css: lose grid layout in refs (diff) | |
download | legitrx-5912a0bcb539dce1a220656b3b5c382e65014447.tar.gz legitrx-5912a0bcb539dce1a220656b3b5c382e65014447.tar.zst legitrx-5912a0bcb539dce1a220656b3b5c382e65014447.zip |
css: bottom padding in refs pre
Diffstat (limited to '')
-rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index a51ef34..3e44f1e 100644 --- a/static/style.css +++ b/static/style.css @@ -215,6 +215,7 @@ a:hover { .refs pre { white-space: pre-wrap; + padding-bottom: 0.5rem; } .refs strong { |