From 421e83b0917e5c8777d286ef4e6cbee77fa5af12 Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Tue, 9 Oct 2018 11:15:47 -0400 Subject: [PATCH] template: Reduce media query from 750 to 720 pixels min width. --- templates/mark1/assets/css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/mark1/assets/css/style.css b/templates/mark1/assets/css/style.css index 7717c0dd..a8b3d674 100644 --- a/templates/mark1/assets/css/style.css +++ b/templates/mark1/assets/css/style.css @@ -594,8 +594,8 @@ article.docs .footnotes + footer { } } -/* Wider than 750 */ -@media (min-width: 750px) { +/* Wider than 720 */ +@media (min-width: 720px) { article.docs { padding-left: 50px; padding-right: 50px;