Skip to content

Commit

Permalink
Move Inline Styles from card.html to CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsrma committed Aug 15, 2024
1 parent e2933eb commit 6179a93
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 0 additions & 7 deletions _includes/card.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,3 @@ <h6 class="pattern-id">
</div>
</div>
</div>

<style>
.chip{
float: left;
}
</style>

1 change: 1 addition & 0 deletions _sass/catalog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ p {
vertical-align: middle;
text-decoration: none;
justify-content: center;
float: left;
}

.category-label {
Expand Down

0 comments on commit 6179a93

Please sign in to comment.