Personal Site

Increase padding for legibility

vielle.dev e40b294c 4f94a5a8

verified
+1 -1
+1 -1
src/components/playing/NowPlaying.astro
··· 79 79 80 80 box-sizing: border-box; 81 81 /* gets overridden by the fukcin * selector. for some reason */ 82 - padding: calc((20 / 3) * 1cqw) !important; 82 + padding: calc((25 / 3) * 1cqw) !important; 83 83 84 84 border-image: var(--box-tlbr-png) 10 fill / calc((20 / 3) * 1cqw) 85 85 round;