From a0057e132fd6d85367423365a30e512f868d0ca6 Mon Sep 17 00:00:00 2001 From: J David Smith Date: Sun, 17 Jan 2016 15:31:52 -0500 Subject: [PATCH] Bumped sidenote/marginnote font size by 0.1rem. This resolves an issue where the w's would display weirdly --- source/css/tufte_ext.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/css/tufte_ext.css b/source/css/tufte_ext.css index 75d17b6..4f4f8e5 100644 --- a/source/css/tufte_ext.css +++ b/source/css/tufte_ext.css @@ -17,4 +17,8 @@ p > code { font-size: 1.1rem; } article { counter-reset: sidenote-counter; +} + +.sidenote, .marginnote { + font-size: 1.2rem; } \ No newline at end of file