Skip to content

Commit 4c281c5

Browse files
committed
Fix Main Page Header Image for Computer Users
1 parent d9ba700 commit 4c281c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

styles.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@ h1 {
3939
padding-top: 25px;
4040
}
4141

42-
.header--home{
43-
height: 650px;
42+
@media (min-width: 600px) {
43+
.header--home {
44+
height: 725px;
45+
}
4446
}
4547

4648
@keyframes fade-and-come-down {

0 commit comments

Comments
 (0)