Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajal13 committed Mar 25, 2024
1 parent a8c4a19 commit c814fd5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion v1.0.0/assets/css/theme-rtl.css
Original file line number Diff line number Diff line change
Expand Up @@ -20975,7 +20975,8 @@ h5, .h5, h6, .h6 {
left: 0%;
}
}
.hero-section .wave {

.wave {
width: 110% !important;
margin-right: -20px;
margin-left: -20px;
Expand Down
2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme-rtl.min.css

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion v1.0.0/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -21010,7 +21010,8 @@ h5, .h5, h6, .h6 {
right: 0%;
}
}
.hero-section .wave {

.wave {
width: 110% !important;
margin-left: -20px;
margin-right: -20px;
Expand Down
2 changes: 1 addition & 1 deletion v1.0.0/assets/css/theme.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions v1.0.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ <h5 class="fs-8 text-white lh-lg fw-bold">Payment System</h5>
</div>
</div>
</div>
<div class="position-absolute top-0 start-0">
<div class="bg-white py-3 py-md-9 py-xl-10"> </div><img src="assets/img/illustrations/Wave_2.svg" alt="" />
<div class="position-absolute top-0 start-0 end-0">
<div class="bg-white py-3 py-md-9 py-xl-10"> </div><img class="wave" src="assets/img/illustrations/Wave_2.svg" alt="" />
</div>
</section>
<section class="bg-1100">
Expand Down

0 comments on commit c814fd5

Please sign in to comment.