From 61dbb6946ff90f19772576fecc25df446a1503da Mon Sep 17 00:00:00 2001 From: Josh south Date: Tue, 28 Feb 2017 09:20:28 -0800 Subject: [PATCH] increase content padding - add padding to toc for wrapping long strings. --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 9f36c9f77b..fad866293e 100644 --- a/css/style.css +++ b/css/style.css @@ -162,7 +162,7 @@ p.p2 { } .HolyGrail-content { flex: 1; - padding: 50px 15px 80px 15px; + padding: 60px 15px 80px 15px; } .HolyGrail-nav, .HolyGrail-toc { flex: 0 0 20em; @@ -799,7 +799,7 @@ i.fa.fa-question { .toc-nav ul { list-style: none; margin: 0; - padding: 0 50px 0 0; + padding: 0 60px 0 0; width: 300px; }