Skip to content

Commit

Permalink
fix: banner mobile width
Browse files Browse the repository at this point in the history
  • Loading branch information
lauti7 committed Feb 22, 2024
1 parent 35b3990 commit 6eb888f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BannerMobile/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.banner-mobile {
max-width: 346px;
/* max-width: 346px; */
width: 100%;
height: 316px;
background: linear-gradient(180deg, #161518 0%, #6c27a1 100%);
Expand Down

0 comments on commit 6eb888f

Please sign in to comment.