Skip to content

Commit 6e6f2ae

Browse files
committed
fix(Footer): Fix horizontal margins
1 parent f0790e6 commit 6e6f2ae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/components/Footer/Footer.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.Footer {
22
display: block;
3-
margin: 24px 0;
3+
/* TODO v5: переделать на padding */
4+
margin: 24px var(--vkui--size_base_padding_horizontal--regular);
45
padding-top: 0;
56
padding-bottom: 0;
67
text-align: center;

0 commit comments

Comments
 (0)