From 7413adacfc308e008ce0d705805ceb2d7ad88c65 Mon Sep 17 00:00:00 2001 From: dataCobra Date: Sun, 6 Dec 2020 11:55:20 +0100 Subject: [PATCH] Fix margin of .page-title class --- static/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/main.css b/static/css/main.css index da4fb0d..9c8490e 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -402,7 +402,7 @@ table th { .page-title { font-weight: bold; font-family: "Roboto Slab Regular", serif; - margin: -10px 0 10px 0; + margin: -10px 0 30px 0; } .tag-cloud {