From 99f6eb1f34af84c57376da732dd5b202dbbd587b Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Fri, 26 Oct 2018 16:47:48 +0200 Subject: [PATCH] Updated css --- static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/custom.css b/static/css/custom.css index ada825c..8e54c8d 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -4,6 +4,7 @@ .item { color: #6c6c6c; + text-align: left; } .text-justify { @@ -14,6 +15,10 @@ color: #afd787; } +.text-justify h2{ + margin-top: 40px; +} + .navbar.navbar-default.navbar-fixed-top { background: #000; border-color: #000;