Skip to content

Commit

Permalink
header on large screens
Browse files Browse the repository at this point in the history
  • Loading branch information
keyraphi committed Mar 27, 2024
1 parent 16a249b commit ca16328
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,19 @@
background-size:100% auto;
}
}
@media (min-width: 1920px) {
.header-banner-image {
background-image: url('images/Fortschritt.jpg');
height: 250pt;
background-position: center;
background-size:100% auto;
}
}
@media (min-width: 2500px) {
.header-banner-image {
background-image: url('images/Fortschritt.jpg');
height: 300pt;
background-position: center;
background-size:100% auto;
}
}

0 comments on commit ca16328

Please sign in to comment.