mirror of
https://github.com/standardebooks/web.git
synced 2025-07-06 23:00:28 -04:00
Add miniheader to collections policy
This commit is contained in:
parent
9c76355972
commit
8751e95bc6
2 changed files with 19 additions and 5 deletions
|
@ -595,6 +595,20 @@ h1 + section > h2:first-child{
|
|||
margin-top: 0rem;
|
||||
}
|
||||
|
||||
.miniheader{
|
||||
text-align: center;
|
||||
font-size: 1rem;
|
||||
font-family: "Crimson Pro", Georgia, serif;
|
||||
font-style: italic;
|
||||
font-weight: normal;
|
||||
margin-top: 0;
|
||||
margin-bottom: 1rem;
|
||||
text-transform: none;
|
||||
letter-spacing: 0;
|
||||
|
||||
}
|
||||
|
||||
|
||||
a.button,
|
||||
.ebooks nav > a,
|
||||
form button{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue