Skip to content

Commit

Permalink
chore: fix banner width in x-large screen (#1013)
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <[email protected]>
  • Loading branch information
rogerogers authored Mar 7, 2024
1 parent 9f4a995 commit 7b67ab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ assets/scss/_styles_project.scss
z-index: 10;
top: 4rem;
img {
width: calc(100vw - 15px);
margin-left: 0;
}
}
Expand All @@ -25,7 +26,7 @@ assets/scss/_styles_project.scss
margin-bottom: initial;
}
img {
max-width: 100vw;
width: 100vw;
margin-left: -15px;
}
}

0 comments on commit 7b67ab9

Please sign in to comment.