Skip to content

Commit

Permalink
Update blockquote style
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold authored Dec 13, 2024
1 parent 648c65c commit 785d244
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions Static/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -402,13 +402,16 @@ main {
}
}

blockquote>p {
font-family: 'Vollkorn';
font-size: 18pt;
line-height: 1.5;
font-weight: 400;
padding: .5rem 2rem;
blockquote {
border-left: 6px solid #F0F0F0;
padding: .5rem 2rem;

> p {
font-family: 'Vollkorn';
font-size: 18pt;
line-height: 1.5;
font-weight: 400;
}
}

p {
Expand Down Expand Up @@ -563,4 +566,4 @@ footer{
top: 24px;
right: 24px;
z-index: 999;
}
}

0 comments on commit 785d244

Please sign in to comment.