diff options
| author | Botond Hende <nettingman@gmail.com> | 2025-12-27 19:24:45 +0100 |
|---|---|---|
| committer | Botond Hende <nettingman@gmail.com> | 2025-12-27 19:24:45 +0100 |
| commit | 997fa352ffc90de537b95dafeb179da19d9c5c22 (patch) | |
| tree | 39f3df418ca3ba509b5760d436248ae55d207b1e /comic/assets/css/comic.css | |
| parent | 7dd35ec7251505473c4d2a8ba219148a3465ab68 (diff) | |
added icon to rss feed link on comic
Diffstat (limited to 'comic/assets/css/comic.css')
| -rw-r--r-- | comic/assets/css/comic.css | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/comic/assets/css/comic.css b/comic/assets/css/comic.css index a828323..1811c3f 100644 --- a/comic/assets/css/comic.css +++ b/comic/assets/css/comic.css @@ -61,6 +61,26 @@ ul.navigation li a:hover { text-decoration: none; } +.icon-text { + display: flex; + flex-flow: row; + align-items: center; + margin-top: 0.2rem; + margin-bottom: 0.2rem; +} + +.icon-text > :first-child { + margin-right: 0.3rem; +} + +.svg-icon { + max-width: 1.5rem; + max-height: 1.5rem; + border: none; + width: 1.5rem; + height: 1.5rem; +} + img.banner { width: 100%; } @@ -71,8 +91,9 @@ img.comic { } p { - text-align: center; + font-size: 1rem; margin: 0.2rem; + text-align: center; } a { |
