From 4230f1c26beed64d84e9a14c0bb0a6cf4c5bfc8a Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 3 Aug 2025 19:12:13 +0200 Subject: Shuffle around some css --- static/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index 327a034..141f3e0 100644 --- a/static/style.css +++ b/static/style.css @@ -521,6 +521,7 @@ section { figure { display: block; margin: 0; + margin-bottom: var(--typography-spacing-vertical); padding: 0; overflow-x: auto; } @@ -2175,10 +2176,14 @@ a[role=button].outline:is(:hover, :active, :focus) { display: flex; justify-content: space-around; align-items: center; -} -.design-container + :is(.design-container, p) { - margin-top: var(--block-spacing-vertical); + > * { + width: 30%; + } + + + :is(.design-container, p) { + margin-top: var(--block-spacing-vertical); + } } img.big { -- cgit v1.2.3