Skip to content

Commit 5fda007

Browse files
committed
[#1756] Fixed margins
1 parent e68305e commit 5fda007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/open_inwoner/scss/components/Video/Video.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.video {
2-
margin-top: var(--spacing-large);
2+
margin: var(--spacing-large) 0;
33
max-width: var(--mobile-s-width);
44

55
&__container {

0 commit comments

Comments
 (0)