Skip to content

Commit

Permalink
edit banner css
Browse files Browse the repository at this point in the history
  • Loading branch information
feliciahmq committed Jul 29, 2024
1 parent a7b2c8e commit 0553975
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/pages/landing/banner/LandingBanner.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.banner {
left: 0;
padding: 24px 12px;
width: 100%;
height: 400px;
display: flex;
align-items: center;
justify-content: space-around;
background: url("../../../assets/banner-bg.png");
position: absolute;
right: 20px;
padding: 24px 12px;
width: 100%;
height: 400px;
display: flex;
align-items: center;
justify-content: space-around;
background: url("../../../assets/banner-bg.png");
position: absolute;

.button-go-brr {
border-radius: 20px;
Expand Down

0 comments on commit 0553975

Please sign in to comment.