Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8003f39

Browse files
author
Nick Litwin
committed
Fix margins
1 parent 46d5804 commit 8003f39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

assets/css/submissions/submit-file.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,10 @@ modal {
185185

186186
a {
187187
display: inline-block;
188+
margin-right: 10px;
188189

189-
&:first-child {
190-
margin-right: 10px;
190+
&:last-child {
191+
margin-right: 0;
191192
}
192193
}
193194
}

0 commit comments

Comments
 (0)