From 5f979a7c27caf3f2ce223a404e45c40212f9dd0c Mon Sep 17 00:00:00 2001 From: Shawn O'Hare Date: Sat, 20 Feb 2016 12:12:33 -0800 Subject: [PATCH] Add padding to MathJax display environments. The last half line or so for display enviorments was cut off. --- static/css/hugo-tufte.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/static/css/hugo-tufte.css b/static/css/hugo-tufte.css index e3c370f..25ac266 100644 --- a/static/css/hugo-tufte.css +++ b/static/css/hugo-tufte.css @@ -68,11 +68,11 @@ header.brand hr { } nav.menu ul { - list-style: none; - display: block; - /*text-align:center;*/ - margin-top: 0.75rem; - padding: 0; + list-style: none; + display: block; + /*text-align:center;*/ + margin-top: 0.75rem; + padding: 0; max-width: 45rem; /* Width is the same as tufte.css body */ font-size: .9rem; @@ -278,7 +278,8 @@ details[open] summary { font-size: 100%; background: inherit; border: inherit; - max-width: 45rem; + padding-bottom: 1rem; + /* max-width: 45rem; */ overflow-x: auto; overflow-y: auto; }