1
0
mirror of https://github.com/twirl/The-API-Book.git synced 2025-07-12 22:50:21 +02:00

hack for iBooks/iOS bug

This commit is contained in:
Sergey Konstantinov
2023-09-26 22:20:11 +03:00
parent 865d242c5d
commit d6445b4caf
5 changed files with 14 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1,7 +1,8 @@
body {
html > body {
font-family: 'Vollkorn', serif;
font-size: 14pt;
text-align: justify;
width: 98%;
}
.cc-by-nc {
@ -57,3 +58,15 @@ pre,
code {
font-family: 'Roboto Mono', monospace;
}
body > article {
margin: 0;
padding: 0;
}
p {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}