Update boilerplate CSS

This commit is contained in:
Alex Cabal 2024-11-07 14:56:34 -06:00
parent 48de55abf3
commit da634a096e
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ section > header + *{
}
a[epub|type~="noteref"]{
font-size: .75em;
font-size: smaller;
font-style: normal !important;
vertical-align: super;
}

View File

@ -43,7 +43,7 @@ section[epub|type~="imprint"] p{
}
section[epub|type~="imprint"] p{
font-size: .75em;
font-size: smaller;
text-align: justify;
width: 75%;
}