mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Tweak PD Day 2025 blog post
This commit is contained in:
parent
7b676269a8
commit
d146550bf3
8 changed files with 48 additions and 13 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue