Skip to content

Commit

Permalink
removed nav on mobile just for a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
wbraden committed Aug 10, 2024
1 parent 06f5da4 commit 951a810
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ img.avatar {
overflow: hidden;
height: 400px; /* Adjust this height as needed */
position: relative;
margin-bottom: 2rem;
}
@media (min-width: 0px) and (max-width: 767px) {
.retail-banner {
Expand Down Expand Up @@ -905,4 +906,7 @@ button {
border-color: var(--cpg-card-background-color, white); /* Default to white if not defined */
color: var(--cpg-card-content-color, #000000);
}
.navbar-container {
display: none;
}
}
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ <h1 class="typography headline xl">Good morning, Amanda</h1>
</div>

</section>
<div class="spacehelper"></div>

<script src="https://unpkg.com/@webcomponents/webcomponentsjs@^2/webcomponents-bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="Components/browseTile.js"></script>
Expand Down
5 changes: 2 additions & 3 deletions retailer.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="container">
<div class="swiper wb-swiper-4">
<section-header alt="Target">
<!-- <span slot="headline">Popular categories</span> -->
<span slot="headline">Deals</span>
<button class="icon-button wb-prev-4 pagination" slot="prev-button">
<svg
width="20"
Expand Down Expand Up @@ -846,8 +846,7 @@
</div>
</div>
</section>

<span>ver 3</span>

<script src="https://unpkg.com/@webcomponents/webcomponentsjs@^2/webcomponents-bundle.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="Components/browseTile.js"></script>
Expand Down

0 comments on commit 951a810

Please sign in to comment.