feat: center align summary content and adjust variant selectors layout

This commit is contained in:
2026-08-05 16:52:10 -03:00
parent c9f9e6cc3e
commit 1b238cb1bc

View File

@@ -55,7 +55,7 @@
&__summary {
display: flex;
align-items: center;
justify-content: space-between;
justify-content: center;
gap: 16px;
padding-inline: 12px;
}
@@ -84,6 +84,7 @@
&__variant-selectors {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
min-width: 0;