Skip to content

Commit 6179a93

Browse files
committed
Move Inline Styles from card.html to CSS
1 parent e2933eb commit 6179a93

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

_includes/card.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,3 @@ <h6 class="pattern-id">
3636
</div>
3737
</div>
3838
</div>
39-
40-
<style>
41-
.chip{
42-
float: left;
43-
}
44-
</style>
45-

_sass/catalog.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ p {
245245
vertical-align: middle;
246246
text-decoration: none;
247247
justify-content: center;
248+
float: left;
248249
}
249250

250251
.category-label {

0 commit comments

Comments
 (0)