diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-08-03 19:12:13 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-08-03 19:12:13 +0200 |
commit | 4230f1c26beed64d84e9a14c0bb0a6cf4c5bfc8a (patch) | |
tree | f8d338d38064706fd29b33484e8379ce7c7f9134 /static | |
parent | a4297461e91e8d04ab31c4985d4d6fdc0fbd7ffc (diff) |
Shuffle around some css
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 11 |
1 files 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 { |