From eef1e5e5970bd867f7191dc82a1e99432523d1f8 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 17 Apr 2018 17:16:50 -0400 Subject: [PATCH] fix archive index scrolling sideways --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 1af4efdc..e3037495 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,7 +27,7 @@ color: black; padding-top: 14px; line-height: 1.4; - margin-right: -200px; + width: 100%; } header h1 small { color: white;