Skip to content

Commit c9beab9

Browse files
authored
fix(Content): apply control-position: bottom to links (#988)
1 parent 8c8d22f commit c9beab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sub-blocks/Content/Content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ $darkSecondary: var(--g-color-text-dark-secondary);
200200
#{$block}__text,
201201
#{$block}__title {
202202
&:has(+ #{$block}__buttons),
203-
&:has(+ #{$block}__link) {
203+
&:has(+ #{$block}__links) {
204204
margin-bottom: auto;
205205
}
206206
}

0 commit comments

Comments
 (0)