We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 963e29b commit c9fa48aCopy full SHA for c9fa48a
src/sub-blocks/Content/Content.scss
@@ -43,15 +43,10 @@ $darkSecondary: var(--g-color-text-dark-secondary);
43
}
44
45
46
- &__button {
47
- @include add-specificity(&) {
48
- margin-top: 0;
49
- margin-right: $indentXXS;
50
-
51
- &:last-child {
52
- margin-right: 0;
53
- }
54
+ &__buttons {
+ display: flex;
+ flex-wrap: wrap;
+ column-gap: $indentXXS;
55
56
57
&__links {
@@ -70,6 +65,10 @@ $darkSecondary: var(--g-color-text-dark-secondary);
70
65
text-align: center;
71
66
72
67
68
+ #{$block}__buttons {
69
+ justify-content: center;
+ }
+
73
#{$block}__links {
74
align-items: center;
75
0 commit comments