Skip to content

Commit c66202c

Browse files
authored
increase tile h3 size
it was too small
1 parent dac5b4e commit c66202c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

style.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,16 @@ a[href^="http"]:not(:has(.arrow)):not(:has(img)):not(:has(svg))::after {
221221
gap: 0.5rem;
222222
}
223223

224+
.tile h3 {
225+
font-size: 1.5rem;
226+
font-weight: 800;
227+
margin: 0;
228+
padding: 0;
229+
display: flex;
230+
align-items: center;
231+
gap: 0.5rem;
232+
}
233+
224234
.tile h4 svg {
225235

226236
width: 16px;

0 commit comments

Comments
 (0)