Skip to content

Commit b68a02b

Browse files
committed
fix: correct padding for apply page on mobile devices
Padding was missing on the right for the apply banner.
1 parent 3ccf7a6 commit b68a02b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routes/Apply.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
.apply-banner-grid {
3737
display: flex;
3838
flex-wrap: wrap;
39-
padding: 0 min(5%, 60px) 0 0;
39+
padding: 0 min(5%, 60px);
4040
justify-content: center;
4141
}
4242

0 commit comments

Comments
 (0)