Skip to content
This repository was archived by the owner on Aug 29, 2019. It is now read-only.

Commit 20f7777

Browse files
committed
first section overlay fix on 768<
1 parent 73c1798 commit 20f7777

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

public/css/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,12 @@ a.header-nav-link {
580580
min-height: unset;
581581
}
582582

583+
@media (max-width: 767px) {
584+
.jumbotron {
585+
background-size: cover;
586+
}
587+
}
588+
583589
.lang-wrapper {
584590
margin-left: 3px;
585591
}

0 commit comments

Comments
 (0)