From d5a07fe9060a5f09b36a0a8c360c7921176a2a28 Mon Sep 17 00:00:00 2001 From: Bhanu Date: Fri, 11 Apr 2014 20:41:12 +0530 Subject: [PATCH] Home page alignment corrections --- mouchak/static/css/main.css | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/mouchak/static/css/main.css b/mouchak/static/css/main.css index 8bd0792..88155e4 100644 --- a/mouchak/static/css/main.css +++ b/mouchak/static/css/main.css @@ -238,9 +238,24 @@ li.a { color:red; } +.home-page-images { + margin-left: 8.5%; +} + +#heading { + font-size: 26px; + margin-left: 30px; + +} + +b, strong { + color: #6f0d02; + +} .well { - background-color:#f7f7f7; +background-color:#f7f7f7; border-radius: 0px; +margin: 35px 0px 0px 10px; } .col-md-4 { @@ -557,7 +572,6 @@ textarea { Author's custom styles ========================================================================== */ - /* ========================================================================== Helper classes ========================================================================== */ @@ -746,4 +760,4 @@ textarea { h3 { page-break-after: avoid; } -} \ No newline at end of file +} -- 1.7.10.4