diff options
| author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2025-12-08 00:01:58 +0700 |
|---|---|---|
| committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2025-12-08 00:01:58 +0700 |
| commit | c763904c09d98233b67a08c67018a9077b6c33268f8f48b1f6b3917111131162 (patch) | |
| tree | 030ea4b7a0faf937e8ba8ddfdcaca45df8a7b34cdc33fe10da35975977220820 /static/css/main.css | |
| parent | 011ba89beb683320afb0d70429a135577581f412e15fa7877f08a66eb3ee08ac (diff) | |
| download | new-blog-main.tar.gz | |
Diffstat (limited to 'static/css/main.css')
| -rw-r--r-- | static/css/main.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css index f71da66..784e447 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -266,6 +266,14 @@ footer { /* Webring---doesn't make sense if you don't use openring */ +.ring { + margin-bottom: 1rem; +} + +.ring :not(:last-child) { + border-right: none; +} + .webring h2 { font-size: 1.2rem; } |
