Skip to content

Commit 62972b4

Browse files
authored
fix(Content): remove links margin (#306)
* fix(Content): remove links margin
1 parent 9a1522d commit 62972b4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/sub-blocks/Content/Content.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ $darkSecondary: var(--yc-color-text-dark-secondary);
6262

6363
&__link {
6464
display: block;
65-
margin-right: $indentM;
66-
67-
&:last-child {
68-
margin-right: 0;
69-
}
7065
}
7166

7267
&_centered {

0 commit comments

Comments
 (0)