Remove margin between content and arrows

in print this will add additional ending space and may cause
to add unnecessary empty pages at the end

it also does not provide real value in screen mode
This commit is contained in:
Sören Weber 2020-10-05 12:22:23 +02:00
parent 1cad4cc2f6
commit b713e50140

View file

@ -417,9 +417,6 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
#body .nav.nav-next {
right: 0;
}
#body-inner {
margin-bottom: 5rem;
}
#chapter {
display: flex;
align-items: center;
@ -428,7 +425,6 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
padding: 2rem 0;
}
#chapter #body-inner {
padding-bottom: 3rem;
max-width: 80%;
}
#chapter h3 {