Skip to content

Commit

Permalink
decluttered html test page
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelcureno committed Sep 18, 2024
1 parent 95698c4 commit ae57a05
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,12 @@
padding-top: 80px;
}

main>div {
display: initial;
}
</style>
</head>

<body>
<script type="module" src="./merch-card.ccd-slice.test.html.js"></script>
<main>
<div class="one-merch-card ccd-slice">
<merch-card class="" tabindex="0" variant="ccd-slice" filters="" types="">
<sp-status-light size="l" variant="info" dir="ltr"></sp-status-light>
<merch-icon
Expand Down Expand Up @@ -70,8 +66,6 @@
</div>
</merch-card
>
</div>
<div class="one-merch-card ccd-slice-wide">
<merch-card size="wide" class="" tabindex="0" variant="ccd-slice" filters="" types="">
<sp-status-light size="l" variant="info" dir="ltr"></sp-status-light>
<merch-icon
Expand Down Expand Up @@ -103,8 +97,6 @@
<img src="./img/max.png" alt="">
</div>
</merch-card>
</div>

</main>
</body>
</html>

0 comments on commit ae57a05

Please sign in to comment.