diff options
| author | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 18:51:13 -0400 |
|---|---|---|
| committer | Heather Miller <heather.miller@epfl.ch> | 2016-10-16 18:51:13 -0400 |
| commit | a94801e47dcec99e86edc157d9b63ab778b6e78a (patch) | |
| tree | b1b6cf1bf017f2898bb38cd0d3b28fcd04b8f570 /tufte.css | |
| parent | ec28ef86860621dc65cc4875029c1d2a1f8e5117 (diff) | |
More
Diffstat (limited to 'tufte.css')
| -rwxr-xr-x | tufte.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -30,10 +30,10 @@ /* Tufte CSS styles */ html { font-size: 15px; } -body { width: 87.5%; +.body-wrap { width: 87.5%; + padding-left: 12.5%; margin-left: auto; margin-right: auto; - padding-left: 12.5%; font-family: et-book, Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif; /*background-color: #fffff8;*/ background-color: #ffffff; @@ -230,7 +230,7 @@ label.sidenote-number { display: inline; } label.margin-toggle:not(.sidenote-number) { display: none; } -@media (max-width: 760px) { body { width: 84%; +@media (max-width: 760px) { .body-wrap { width: 84%; padding-left: 8%; padding-right: 8%; } p, footer { width: 100%; } |
