Skip to content

Commit

Permalink
fixed mobile banner image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lurosenb committed Dec 6, 2023
1 parent 889680b commit d0c74ce
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions assets/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ $max-content-width: {{ site.max_width }};
// width: 100%;
// }

@media only screen and (max-width: 600px) {
.banner-light {
display: none;
}
.banner-dark {
display: none;
}
#banner-other {
display: none;
}
}

.banner-light {
background: url(Landing_Banner_V1.png) no-repeat center center;
// resize background scale
Expand Down

0 comments on commit d0c74ce

Please sign in to comment.