mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 15:57:57 +00:00
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:
parent
1cad4cc2f6
commit
b713e50140
1 changed files with 0 additions and 4 deletions
|
@ -417,9 +417,6 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
|
||||||
#body .nav.nav-next {
|
#body .nav.nav-next {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
#body-inner {
|
|
||||||
margin-bottom: 5rem;
|
|
||||||
}
|
|
||||||
#chapter {
|
#chapter {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -428,7 +425,6 @@ textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[typ
|
||||||
padding: 2rem 0;
|
padding: 2rem 0;
|
||||||
}
|
}
|
||||||
#chapter #body-inner {
|
#chapter #body-inner {
|
||||||
padding-bottom: 3rem;
|
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
}
|
}
|
||||||
#chapter h3 {
|
#chapter h3 {
|
||||||
|
|
Loading…
Reference in a new issue