aboutsummaryrefslogtreecommitdiff
path: root/tufte.css
diff options
context:
space:
mode:
Diffstat (limited to 'tufte.css')
-rwxr-xr-xtufte.css13
1 files changed, 13 insertions, 0 deletions
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%; }