diff options
author | 2025-01-04 20:34:36 +0100 | |
---|---|---|
committer | 2025-01-04 20:34:36 +0100 | |
commit | cb65125dbd1fc5f82d16c036c00bcebc1a10d6de (patch) | |
tree | 5e7a782ba51a1341969477ae17a4334f2ba6516c /static/style.css | |
parent | 1d02214e1253b86622262988ad7ecce1f5647006 (diff) | |
download | rss-bridge-cb65125dbd1fc5f82d16c036c00bcebc1a10d6de.tar.gz rss-bridge-cb65125dbd1fc5f82d16c036c00bcebc1a10d6de.tar.zst rss-bridge-cb65125dbd1fc5f82d16c036c00bcebc1a10d6de.zip |
feat: add section link to frontpage bridge card (#4396)
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 4e6b1b2d..4c831534 100644 --- a/static/style.css +++ b/static/style.css @@ -186,6 +186,7 @@ section li { margin-left: 1em; } .bridge-card { + position: relative; text-align: center; } |