Skip to content

Commit 14431f4

Browse files
committed
decrease header font from 1rem to 0.8rem
1 parent c7d1843 commit 14431f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/pyladies/assets/css/main.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ h2 a {
369369
backdrop-filter: saturate(180%) blur(20px);
370370
box-shadow: 0px 0px 2px 0px rgba(0,0,0,.8);
371371
background-color: white;
372-
font-size: 1rem
372+
font-size: 0.8rem
373373
}
374374
.site-header a {
375375
color: black;
@@ -589,4 +589,4 @@ h2 a {
589589

590590
.social a i:hover {
591591
color: white !important;
592-
}
592+
}

0 commit comments

Comments
 (0)