From 0a16006798f4fc2fc15939cf0bd17a31abaa794f Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Sun, 16 Oct 2016 19:45:30 -0400 Subject: Updates --- tufte.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tufte.css') diff --git a/tufte.css b/tufte.css index 6718898..a4666a5 100755 --- a/tufte.css +++ b/tufte.css @@ -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%; } -- cgit v1.2.3