From 31960cbcd19d07ea6b6bfc42548217d4d0545df8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilja=20Karta=C5=A1ov?= Date: Mon, 3 Jun 2019 21:21:36 +0200 Subject: [PATCH] Fix zero padding on narrow screen --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index ccd1676..acc5c4c 100644 --- a/static/style.css +++ b/static/style.css @@ -355,7 +355,7 @@ h3, .h3-like { } .content { - padding: 0 0 20px 0; + padding: 0 20px 20px; } .text-wrapper {