Skip to content

Commit a1639ab

Browse files
Fixed margins above and below contact form to be of equal size.
1 parent 3359d54 commit a1639ab

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

_sass/contact.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.contact {
22
margin-top: -66px;
3-
padding-bottom: 5vh;
43
}
54

65
@media (orientation: landscape) {
@@ -29,7 +28,7 @@
2928
}
3029

3130
.contact__form {
32-
margin-top: 10%;
31+
margin-top: 5em;
3332
border-radius: 5px;
3433
background: linear-gradient(180deg,
3534
rgba(0, 0, 0, 0.75),

_sass/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ a {
586586
}
587587

588588
.footer {
589-
margin-top: 5%;
589+
margin-top: 5em;
590590
background: #072948;
591591
border-top: #7fa0c2 1px solid;
592592
}

0 commit comments

Comments
 (0)