Skip to content

Commit 7edb468

Browse files
author
Kaloyan Manolov
committed
fix: uepr-8: ui adjustments
1 parent 78c264c commit 7edb468

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)