Tweak PD Day 2025 blog post

This commit is contained in:
Alex Cabal 2024-12-30 11:33:43 -06:00
parent 7b676269a8
commit d146550bf3
8 changed files with 48 additions and 13 deletions

View file

@ -3166,6 +3166,21 @@ hr{
border: 1px dashed var(--sub-text);
}
hr.fleuron{
border: none;
text-align: center;
}
hr.fleuron::before{
content: "";
background-image: url('/images/william-morris-fleuron.svg');
display: block;
height: 2rem;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
hr + p{
margin-top: 0;
}
@ -3350,6 +3365,7 @@ nav.breadcrumbs{
nav.breadcrumbs + h1{
margin-top: 0;
padding-top: 0;
}
.extra-line > span:first-child::before{