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;