diff --git a/assets/css/main.css b/assets/css/main.css index 344f94a..3768be8 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -488,6 +488,23 @@ a.cart-btn { margin: 0 auto; } +.section-title-1 h3 { + font-size: 40px; + position: relative; + padding-bottom: 15px; +} + +.section-title-1 h3:after { + position: absolute; + content: ''; + left: 90px; + bottom: 0px; + width: 50px; + height: 2px; + background-color: #b0009c; + margin: 0 auto; +} + .section-title p { font-size: 1.5rem; width: 530px; @@ -1973,10 +1990,6 @@ span.comment-date { justify-content: center; } -.cart-banner .content-column h3 { - font-size: 40px; -} - .cart-banner .content-column h4 { position: relative; font-weight: 300; @@ -2078,10 +2091,10 @@ a.video-play-btn { position: absolute; background-color: #b0009c; color: #ffffff; - width: 90px; - height: 90px; + width: 80px; + height: 80px; text-align: center; - line-height: 92px; + line-height: 80px; border-radius: 50%; font-size: 20px; padding-left: 5px; @@ -2097,10 +2110,9 @@ a.video-play-btn { .abt-bg { background-image: url(../img/mellidai-meddu.jpg); - height: 100%; + height: 500px; width: 100%; background-size: cover; - background-position: center; border-radius: 10px; position: relative; z-index: 1; diff --git a/assets/css/responsive.css b/assets/css/responsive.css index c4f1122..f5d69e2 100644 --- a/assets/css/responsive.css +++ b/assets/css/responsive.css @@ -229,6 +229,9 @@ .section-title h3 { font-size: 25px; } + .section-title-1 h3 { + font-size: 25px; + } p.testimonial-body { font-size: 15px; diff --git a/index.html b/index.html index 6c9627c..68df3e8 100644 --- a/index.html +++ b/index.html @@ -134,11 +134,14 @@