diff --git a/css/home-page.css b/css/home-page.css index 0085eb6..5143e45 100644 --- a/css/home-page.css +++ b/css/home-page.css @@ -128,7 +128,7 @@ /*** Softwares block **/ .action-home-index #content .softwares-block { - border-bottom: 1px solid #ccc; + margin: 0px; overflow: auto; } @@ -172,7 +172,7 @@ } .action-home-index #content .software-block .software-block-title { - height: 65px; + height: 50px; font-weight: 300; font-size: 14px; text-align: center; @@ -180,6 +180,7 @@ } .action-home-index #content .software-block .software-block-title h3 { + margin: 10px 0px 10px 0px; color: #2C66CE; font: normal normal 300 14px 'open_sansregular', arial, helvetica, sans-serif; } @@ -246,6 +247,7 @@ .action-home-index #content .display-content-block li:first-child { border-top: 0px solid #eee; + padding: 36px 0px 0px 0px; } .action-home-index #content .display-content-block .published-at { -- libgit2 0.21.2