diff --git a/css/homepage.css b/css/homepage.css index f7473cfa..17f51ec8 100644 --- a/css/homepage.css +++ b/css/homepage.css @@ -18,10 +18,10 @@ h2 em { display: none; } .whyAH .whyus ul { margin: 0 -15px !important; } .whyAH .whyus li { background-size: 20% !important; padding: 10px 0 10px 70px !important; font-size: 15px !important; } } -.topTours { display: block; padding: 30px 0 50px; } +.topTours { display: block; padding: 30px 0 50px; text-align: center; } .topTours img { border-radius: 4px 4px 0 0; } -.topTours .tourInfo { background: #f4f4f4; padding: 15px; border-radius: 0 0 4px 4px; } -.topTours .tourInfo p { font-size: 14px; !important; +.topTours .tourInfo { background: #f4f4f4; padding: 15px; border-radius: 0 0 4px 4px; text-align: left !important; } +.topTours .tourInfo p { font-size: 14px; !important; } .topTours .tourInfo h3 { font-size: 20px; margin: 5px 0 20px; font-weight: 300; } .topTours .tourInfo h3 a { text-decoration: none; } @@ -47,7 +47,7 @@ h2 em { display: none; } .popularArticle .articleRight { margin-bottom: 29px; position: relative } .popularArticle .articleRight img { border-radius: 4px; } .popularArticle .articleRight span { background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; border-radius: 4px 4px 0 0; color: #fff; font-size: 18px; height: 40px; position: absolute; width: 100%; left: 0; padding-left: 15px; padding-top: 7px; top: 0; } -.todayAH { display: block; padding: 50px 0; text-align: center; } +.todayAH { display: block; padding:0 0 80px 0; text-align: center; } .listPhoto { display: block; position:relative; text-transform: uppercase;} .bgCover { display: block; background: rgba(0,0,0, .5); width: 100%; height: 100%; position: absolute; border-radius: 4px; top: 0; left: 0;}