Skip to content

Commit 55f7f84

Browse files
committed
Small changes
1 parent 6baa222 commit 55f7f84

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

assets/sections.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575

7676
#navbar-wrapper .navbar-logo {
7777
display: flex;
78-
justify-content: center;
7978
font-size: 1.5rem;
8079
text-decoration: none;
8180
color: currentColor;

snippets/offcanvas-cart.liquid

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</button>
1616
</div>
1717
<div class="offcanvas-body">
18-
<div id="cart-alert" class="cart-alert alert alert-danger d-flex small px-4 py-3" role="alert" hidden>
18+
<div id="cart-alert" class="cart-alert alert alert-danger small px-4 py-3" role="alert" hidden>
1919
<div class="alert-icon me-4 flex-shrink-0">
2020
{% render 'svg-icons', icon: 'alert-circle', size: 18 %}
2121
</div>

0 commit comments

Comments
 (0)