diff --git a/src/assets/css/main.css b/src/assets/css/main.css index c392f3b..11c3e25 100755 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -174,36 +174,36 @@ p { .appie-section-title .appie-title { font-size: 44px; line-height: 54px; - color: #08538d; - letter-spacing: 4.6px; + /* color: #08538d; */ + letter-spacing: 2px; text-shadow: 0px 4px 10px rgba(0,0,0,0.3); } @media only screen and (min-width: 992px) and (max-width: 1200px) { .appie-section-title .appie-title { font-size: 36px; line-height: 46px; - color: #08538d; + /* color: #08538d; */ } } @media only screen and (min-width: 768px) and (max-width: 991px) { .appie-section-title .appie-title { font-size: 36px; line-height: 46px; - color: #08538d; + /* color: #08538d; */ } } @media (max-width: 767px) { .appie-section-title .appie-title { font-size: 26px; line-height: 36px; - color: #08538d; + /* color: #08538d; */ } } @media only screen and (min-width: 576px) and (max-width: 767px) { .appie-section-title .appie-title { font-size: 36px; line-height: 46px; - color: #08538d; + /* color: #08538d; */ } } .appie-section-title p { @@ -1432,7 +1432,7 @@ p { line-height: 80px; padding: 0 80px; color: #08538d; - letter-spacing: 4.6px; + letter-spacing: 2px; text-shadow: 0px 4px 10px rgba(0,0,0,0.3); } @media only screen and (min-width: 992px) and (max-width: 1200px) { diff --git a/src/assets/images/PerformingTaskNew.png b/src/assets/images/PerformingTaskNew.png new file mode 100644 index 0000000..26fa387 Binary files /dev/null and b/src/assets/images/PerformingTaskNew.png differ diff --git a/src/components/HomeOne/TrafficHomeTwo.js b/src/components/HomeOne/TrafficHomeTwo.js index 29db60c..1321103 100644 --- a/src/components/HomeOne/TrafficHomeTwo.js +++ b/src/components/HomeOne/TrafficHomeTwo.js @@ -1,5 +1,5 @@ import React from 'react'; -import thumb from '../../assets/images/PerformingTask.jpg'; +import thumb from '../../assets/images/PerformingTaskNew.png'; import getConfig from './../../Config/config' function TrafficHomeOne() {