Skip to content

Commit

Permalink
Removed css for mobile image, because it is still getting scaled some…
Browse files Browse the repository at this point in the history
…how resulting in the worse artwork credits.
  • Loading branch information
antongit committed Mar 26, 2024
1 parent 1f3137f commit 6bcd68f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
17 changes: 13 additions & 4 deletions assets/css/creative.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,23 +308,32 @@ header {
width: 100%;
text-align: center;
color: #fff;
background-image: url(../img/header_6.0_1500.jpg);
background-position: 71% 0%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
overflow: hidden;
padding: 2em 0 4em;
height: 400px;

/* For smaller mobile image */
/* background-image: url(../img/header_6.0_1500.jpg);
background-position: 71% 0%;
height: 400px; */

background-image: url(../img/header_6.0.jpg);
background-position: 71% 0%;
height: 600px;

}

/* For smaller mobile image */
/*
@media (min-width: 1000px){
header {
background-image: url(../img/header_6.0.jpg);
min-height: 600px;
}
}
} */

@media (min-width: 2250px){
header {
Expand Down
4 changes: 2 additions & 2 deletions assets/scss/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@

@media(min-width:500px) {
width: 450px;
font-size: 1.3em; //1.5em when not caps
// font-size: 1.3em; //1.5em when not caps
}

p
{
font-size: 1em; //1.5em when not caps
font-size: 1.3em; //1.5em when not caps
font-weight: 100;
text-transform: uppercase;
}
Expand Down

0 comments on commit 6bcd68f

Please sign in to comment.