We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78c264c commit 7edb468Copy full SHA for 7edb468
packages/scratch-gui/src/components/library/library.css
@@ -27,13 +27,14 @@
27
.library-category-title {
28
padding-Left: .5rem;
29
font-weight: bold;
30
- font-size: 1.5rem;
+ font-size: 2rem;
31
color: $text-primary;
32
}
33
34
.library-category-items {
35
display: flex;
36
flex-wrap: wrap;
37
+ padding-bottom: 1rem;
38
39
40
.filter-bar {
0 commit comments