feat: center align summary content and adjust variant selectors layout
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user