Skip to content

Commit 2e609dc

Browse files
committed
Save some vertical space on the banner
1 parent f8218f3 commit 2e609dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.banner-block {
22
background-color: $brand-color;
33
color: $white;
4-
padding: 60px 0;
4+
padding: 50px 0;
55

66
@media only screen and (max-width: 800px) {
7-
padding: 45px 0;
7+
padding: 40px 0;
88
}
99

1010
@media only screen and (max-width: 400px) {
11-
padding: 30px 0;
11+
padding: 25px 0;
1212
}
1313
}

0 commit comments

Comments
 (0)