mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 01:22:23 -04:00
Wrap long lines in ebook headers
This commit is contained in:
parent
6543658e45
commit
eaf5ff90ba
1 changed files with 2 additions and 0 deletions
|
@ -1208,12 +1208,14 @@ time{
|
||||||
}
|
}
|
||||||
|
|
||||||
article.ebook h1{
|
article.ebook h1{
|
||||||
|
overflow-wrap: anywhere;
|
||||||
border: none;
|
border: none;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
article.ebook hgroup h2{
|
article.ebook hgroup h2{
|
||||||
|
overflow-wrap: anywhere;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue