diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-05 15:06:30 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-05 15:06:30 -0300 |
| commit | 7f21bbac583f68ad046b1b2be954808e53f5addb (patch) | |
| tree | 3461aef084932c521a4f2da11d7739736e80101d | |
| parent | 16c1ddd17d444a2a9841a102b191f2c4eee09d79 (diff) | |
css: give media extra margin when last element in content entry
| -rw-r--r-- | src/static/css/features.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/static/css/features.css b/src/static/css/features.css index 332bb9fa..5b3905eb 100644 --- a/src/static/css/features.css +++ b/src/static/css/features.css @@ -1466,6 +1466,12 @@ width: 100%; } + .content-image-container:last-child, + .content-video-container:last-child, + .content-audio-container:last-child { + margin-bottom: 1.15em; + } + .content-audio-container .filename { color: white; font-family: monospace; |