diff --git a/public/assets/css/FrontendCss/style.css b/public/assets/css/FrontendCss/style.css index 98276c5..b7362e7 100644 --- a/public/assets/css/FrontendCss/style.css +++ b/public/assets/css/FrontendCss/style.css @@ -6449,4 +6449,32 @@ ul.notification-drop { .admin-profile .dropdown { display: flex; align-items: center; +} + +/* for testimonials */ + +.inn_to_testi { + width: 80%; + background: #fff; + box-shadow: 0 0 16px 0px #d7d7d7; + padding: 20px; + vertical-align: middle; + border-radius: 10px; + height: 200px; + display: flex; + flex-direction: column; + justify-content: center; +} + +.testi_slider_sec .inn_testi { + padding: 20px; +} + +.inn_to_testi h2 { + font-size: 22px; + margin-bottom: 30px; +} + +.inn_to_testi p { + margin: 0; } \ No newline at end of file diff --git a/public/assets/css/FrontendCss/style2.css b/public/assets/css/FrontendCss/style2.css index 2651b59..4feb291 100644 --- a/public/assets/css/FrontendCss/style2.css +++ b/public/assets/css/FrontendCss/style2.css @@ -799,3 +799,31 @@ a.golden-btn { .main-banner .banner-card p { text-align: left; } + +/* for testimonials */ + +.inn_to_testi { + width: 80%; + background: #fff; + box-shadow: 0 0 16px 0px #d7d7d7; + padding: 20px; + vertical-align: middle; + border-radius: 10px; + height: 200px; + display: flex; + flex-direction: column; + justify-content: center; + } + + .testi_slider_sec .inn_testi { + padding: 20px; + } + + .inn_to_testi h2 { + font-size: 22px; + margin-bottom: 30px; + } + + .inn_to_testi p { + margin: 0; + } diff --git a/public/assets/css/style.bundle.css b/public/assets/css/style.bundle.css index 5954dea..fd608a0 100644 --- a/public/assets/css/style.bundle.css +++ b/public/assets/css/style.bundle.css @@ -57951,3 +57951,7 @@ table.dataTable tbody tr { background: #eff2f5; color: #000; } + +.dataTables_wrapper { + overflow-x: auto; +} diff --git a/resources/views/Frontend/Pages/profile/company.blade.php b/resources/views/Frontend/Pages/profile/company.blade.php index 949fb8b..1b7c145 100644 --- a/resources/views/Frontend/Pages/profile/company.blade.php +++ b/resources/views/Frontend/Pages/profile/company.blade.php @@ -1,5 +1,8 @@ @extends('Frontend.layouts.master') @section('style') + + +