Update boilerplate CSS

This commit is contained in:
Alex Cabal 2024-11-07 14:56:11 -06:00
parent 80a6a11b81
commit fab226fc26
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%;
}