Skip to content

Commit 5eccb05

Browse files
author
JoelCDL
committed
Add bottom margin to mark comp in home template
1 parent f7f70e3 commit 5eccb05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/css/templates/home.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
grid-template-rows: auto 1fr;
2929

3030
.c-mark {
31-
margin-inline: var(--uc3-space-lg);
31+
margin: 0 var(--uc3-space-lg) var(--uc3-space-lg);
3232
place-self: center;
3333
}
3434
}

0 commit comments

Comments
 (0)