Skip to content

Commit 7536321

Browse files
authored
reduce padding for tile description
1 parent c66202c commit 7536321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
208208
flex-direction: column;
209209
gap: 0;
210210
min-width: 0;
211-
padding: var(--grid-gap);
211+
padding: 1rem;
212212
}
213213

214214
.tile h4 {

0 commit comments

Comments
 (0)