Skip to content

Commit 8d9c666

Browse files
committed
Fix footer
1 parent f10a682 commit 8d9c666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/survey.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@ form {
923923
}
924924
925925
footer {
926-
margin-top: var(--gap-4);
926+
margin: var(--gap-4) 0;
927927
text-align: center;
928928
font-size: 80%;
929929
}

0 commit comments

Comments
 (0)