style(options/appearance): improve layout slightly

This commit is contained in:
Elian Doran 2025-12-17 12:40:36 +02:00
parent 948a6f84d6
commit 3ed613cf1d
No known key found for this signature in database

View File

@ -1,8 +1,17 @@
.radio-with-illustration {
.options-section .radio-with-illustration {
list-style-type: none;
margin: 0;
margin-bottom: 0;
padding: 0;
display: flex;
gap: 1em;
gap: 1.5em;
justify-content: center;
figure {
figcaption {
margin-top: 0.25em;
text-align: center;
}
margin-bottom: 0;
}
}