Skip to content

Commit 78f18b0

Browse files
committed
Fixed sign-in button not being vertically centered on mobile
1 parent 2a96ae1 commit 78f18b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/assets/stylesheets/home/nav.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $nav-space: 20px;
2323
font-weight: bold;
2424
padding-right: 5%;
2525
@media (max-width: 1100px) {
26-
padding-top: 40px;
26+
padding-top: 30px;
2727
padding-bottom: 20px;
2828
}
2929
}

0 commit comments

Comments
 (0)