Skip to content

Commit d54b3d3

Browse files
committed
Merge pull request #953 from Ivoz/patch-1
Save some vertical space on the banner
2 parents c4cce33 + 2e609dc commit d54b3d3

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)