Skip to content

Commit

Permalink
decrease header font from 1rem to 0.8rem
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaureir committed Nov 8, 2024
1 parent c7d1843 commit 14431f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/pyladies/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ h2 a {
backdrop-filter: saturate(180%) blur(20px);
box-shadow: 0px 0px 2px 0px rgba(0,0,0,.8);
background-color: white;
font-size: 1rem
font-size: 0.8rem
}
.site-header a {
color: black;
Expand Down Expand Up @@ -589,4 +589,4 @@ h2 a {

.social a i:hover {
color: white !important;
}
}

0 comments on commit 14431f4

Please sign in to comment.