Skip to content

Commit 1355768

Browse files
nudged hero higher
1 parent 91e3df0 commit 1355768

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/components/Hero/Hero.css

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.hero {
22
text-align: left;
33
font-size: 1.3em;
4-
padding: 15px 25px 30px 25px;
4+
padding: 0px 25px 15px 25px;
55
}
66

77
.hero > h1 {
@@ -21,10 +21,16 @@
2121
@media screen and (min-width: 700px) {
2222
.hero {
2323
font-size: 2em;
24-
padding: 10px 25px 35px 100px;
24+
padding: 0px 25px 30px 100px;
2525
}
2626

2727
.hero > p {
2828
font-size: 0.6em;
2929
}
30+
}
31+
32+
@media screen and (min-height: 800px) {
33+
.hero {
34+
padding: 10px 25px 40px 100px;
35+
}
3036
}

0 commit comments

Comments
 (0)