Skip to content

Commit 8e00fb5

Browse files
authored
Merge pull request #33 from KManolov3/feature/uepr-8-tutorial-page-categories
fix: uepr-8: ui adjustments
2 parents 1ebd8b7 + 7edb468 commit 8e00fb5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/scratch-gui/src/components/library/library.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@
2727
.library-category-title {
2828
padding-Left: .5rem;
2929
font-weight: bold;
30-
font-size: 1.5rem;
30+
font-size: 2rem;
3131
color: $text-primary;
3232
}
3333

3434
.library-category-items {
3535
display: flex;
3636
flex-wrap: wrap;
37+
padding-bottom: 1rem;
3738
}
3839

3940
.filter-bar {

0 commit comments

Comments
 (0)