Skip to content

Commit

Permalink
Moving artwork with more mediaqueries.
Browse files Browse the repository at this point in the history
  • Loading branch information
antongit committed Mar 26, 2024
1 parent f4fba37 commit 55b4cf7
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions assets/css/creative.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,20 +335,27 @@ header {
}
} */

@media (min-width: 2250px){
header {
background-image: url(../img/header_6.0_3072.jpg);
min-height: 819px;
@media (min-width: 768px)
{
header{
background-position: 65% 0%;
}
}

@media (min-width: 768px)
@media (min-width: 1500px)
{
header{
background-position: center top;
}
}

@media (min-width: 2250px){
header {
background-image: url(../img/header_6.0_3072.jpg);
min-height: 819px;
}
}

.section-heading {
margin-top: 0;
}
Expand Down

0 comments on commit 55b4cf7

Please sign in to comment.