From 01df193aea13c3b37d4b4d71239e98058396bc49 Mon Sep 17 00:00:00 2001 From: Artyom Kazak Date: Mon, 6 May 2019 14:40:36 +0200 Subject: [PATCH] Style tweaks for notes --- static/markup.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/markup.css b/static/markup.css index a44bfac..ea5b166 100644 --- a/static/markup.css +++ b/static/markup.css @@ -1,6 +1,6 @@ .notes-like h1 { - margin-top: 40px; - font-size: 1.6em; + margin-top: 50px; + font-size: 1.3em; border-bottom: 1px solid #BBBBBB; padding-bottom: 10px; }