Skip to content

Commit

Permalink
Merge branch '60_release' into stage
Browse files Browse the repository at this point in the history
  • Loading branch information
antongit committed Mar 26, 2024
2 parents cc2b7b6 + 55b4cf7 commit 682502e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 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
3 changes: 0 additions & 3 deletions static/img/vvvv-logo.png

This file was deleted.

0 comments on commit 682502e

Please sign in to comment.