Update large screen render

This commit is contained in:
Damien Vitrac 2019-02-05 16:57:29 +01:00 committed by Brian Clozel
parent 8e27b54214
commit ec67c149ff
3 changed files with 5 additions and 5 deletions

View File

@ -369,9 +369,9 @@ blockquote, blockquote p {
}
#tocbot {
padding: 0 0 1rem 0;
padding: 0 0 0.5rem 0;
line-height: 1.5rem;
padding-left: 25px;
padding-left: 10px;
}
.mobile-toc {

View File

@ -1,6 +1,6 @@
div.back-action, #toc.toc2 div.back-action {
padding: 0.8rem 0 0 0;
padding: 0.8rem 0 0 5px;
//border-right: 1px solid #ddddd8;
a {
position: relative;

View File

@ -218,12 +218,12 @@
}
#header, #content, #footnotes, #footer {
padding-left: 1.9375em + $h;
max-width: 1400px;
max-width: 2000px;
}
#header-spring {
h1 {
margin: 0 auto;
max-width: 1400px;
max-width: 2000px;
}
}
}