diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 4ae4722..d517050 100755 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -2313,6 +2313,13 @@ p { } } +.appie-blog-item{ + background-color: #F1F8FF; + padding: 20px; + min-height: 350px; + border-radius: 10px +} + @media screen and (min-width: 688px) and (max-width: 1031px) { /* Your CSS styles for this viewport size */ .appie-blog-item{ @@ -6650,13 +6657,13 @@ blockquote cite { left: 0; top: -710px; height: 645px; - width: 80vw; + width: 100%; background-image: url(../images/about-us-main.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; } -@media only screen and (min-width: 992px) and (max-width: 1200px) { +/* @media only screen and (min-width: 992px) and (max-width: 1200px) { .appie-about-page-content::before { width: 94vw; } @@ -6665,19 +6672,19 @@ blockquote cite { .appie-about-page-content::before { width: 100%; } -} +} */ @media (max-width: 767px) { .appie-about-page-content::before { display: none; } } -@media only screen and (min-width: 576px) and (max-width: 767px) { +/* @media only screen and (min-width: 576px) and (max-width: 767px) { .appie-about-page-content::before { width: 100%; height: 400px; display: block; } -} +} */ .appie-how-it-work-content > .title { font-size: 44px; diff --git a/src/components/AboutText/AboutText.js b/src/components/AboutText/AboutText.js index 6b1d447..0e78773 100644 --- a/src/components/AboutText/AboutText.js +++ b/src/components/AboutText/AboutText.js @@ -11,7 +11,7 @@ import Security from "../../assets/images/security.png"; function ServiceItem(props) { return (
{servicesContent.subTitle}
*/}