Skip to content

Commit 6977b96

Browse files
authored
fix: content links margin
1 parent 1ef45ae commit 6977b96

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/sub-blocks/Content/Content.scss

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ $darkSecondary: var(--yc-color-text-dark-secondary);
4444
margin-right: $indentXXS;
4545
}
4646

47+
&__links {
48+
display: flex;
49+
flex-direction: column;
50+
align-items: baseline;
51+
}
52+
4753
&__link {
4854
display: block;
4955
margin-right: $indentM;
@@ -55,6 +61,10 @@ $darkSecondary: var(--yc-color-text-dark-secondary);
5561
text-align: center;
5662
}
5763

64+
#{$block}__links {
65+
align-items: center;
66+
}
67+
5868
#{$block}__link {
5969
a {
6070
justify-content: center;

0 commit comments

Comments
 (0)