diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 19:45:30 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 19:45:30 -0400 |
| commit | 0a16006798f4fc2fc15939cf0bd17a31abaa794f (patch) | |
| tree | 70828e232f8b95d3e1ba8059d36f6e5026a8fc3b /tufte.css | |
| parent | a94801e47dcec99e86edc157d9b63ab778b6e78a (diff) | |
Updates
Diffstat (limited to 'tufte.css')
| -rwxr-xr-x | tufte.css | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -41,6 +41,16 @@ html { font-size: 15px; } max-width: 1400px; counter-reset: sidenote-counter; } +.logo-wrap { position: relative; + width: 87.5%; + padding-left: 12.5%; + margin-left: auto; + margin-right: auto; + font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; + color: #111; + max-width: 1400px; + counter-reset: sidenote-counter; } + h1 { font-weight: 400; margin-top: 4rem; margin-bottom: 1.5rem; @@ -233,6 +243,9 @@ label.margin-toggle:not(.sidenote-number) { display: none; } @media (max-width: 760px) { .body-wrap { width: 84%; padding-left: 8%; padding-right: 8%; } + .logo-wrap { width: 84%; + padding-left: 8%; + padding-right: 8%; } p, footer { width: 100%; } pre.code { width: 97%; } ul { width: 85%; } |
