Skip to content

Commit ac8adae

Browse files
committed
reduce size of glances icons
1 parent 4bf09fb commit ac8adae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lib/Glance.svelte

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020
gap: 1.25rem;
2121
}
2222
.icon {
23-
//border: 1px solid #000;
2423
border-radius: 10px;
25-
padding: 5px;
26-
font-size: 3rem;
24+
padding: 8px;
25+
font-size: 2.25rem;
2726
color: var(--color);
2827
border-color: var(--color);
2928
box-shadow:

0 commit comments

Comments
 (0)