diff options
| author | Freya Murphy <freya@freyacat.org> | 2026-02-28 01:13:46 -0500 |
|---|---|---|
| committer | Freya Murphy <freya@freyacat.org> | 2026-02-28 01:13:46 -0500 |
| commit | c5d760fd8f83005317071def58833ec780136a75 (patch) | |
| tree | b04126f097c62e8731afd3aba09a0fce55d2a3f1 | |
| parent | bucket webring: pull links from local json file (diff) | |
| download | website-c5d760fd8f83005317071def58833ec780136a75.tar.gz website-c5d760fd8f83005317071def58833ec780136a75.tar.bz2 website-c5d760fd8f83005317071def58833ec780136a75.zip | |
| -rw-r--r-- | src/scss/bucket/_style.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/scss/bucket/_style.scss b/src/scss/bucket/_style.scss index 050485c..6cf3318 100644 --- a/src/scss/bucket/_style.scss +++ b/src/scss/bucket/_style.scss @@ -57,21 +57,23 @@ a { #webring { position: relative; width: 100%; - padding: 0.5em; .left { float: left; + padding: 0.5em; } .right { float: right; + padding: 0.5em; } center { width: 100%; + line-height: 110%; left: 0; position: absolute; - margin-top: 3px; + padding: 0.5em; .center { .header { |