[edit] css fixed

aplus#24
tribikram 2 years ago
parent 6036444980
commit ea8c7325c3
  1. 9
      public/frontend/css/style.css
  2. BIN
      public/frontend/images/skill-assessment-banner.png
  3. 2
      resources/views/service_view.blade.php

@ -567,7 +567,12 @@ Responsive Codes
display: block; display: block;
} }
.featured-news img, .featured-news img,
.insurance-desc-img img{ .insurance-desc-img img,
.featured-news-image img,
.news-card-img img,
.who-we-img img,
.service-primary-img img,
.service-last-img img{
border-radius: 8px; border-radius: 8px;
} }
.more-news{ .more-news{
@ -1180,6 +1185,8 @@ Responsive Codes
box-shadow: none; box-shadow: none;
outline: none; outline: none;
width: 100%; width: 100%;
font-weight: 600;
letter-spacing: 0.1rem;
} }
.captch-field p{ .captch-field p{
font-weight: 400; font-weight: 400;

Binary file not shown.

After

Width:  |  Height:  |  Size: 526 KiB

@ -6,7 +6,7 @@
<meta name="og:image" content="{{url('../frontend/images/service-detail.png')}}"/> <meta name="og:image" content="{{url('../frontend/images/service-detail.png')}}"/>
@endsection @endsection
@section('content') @section('content')
<section class="service-detail-banner" style="background: url('../frontend/images/service-detail.png')"> <section class="service-detail-banner" style="background: url('../frontend/images/skill-assessment-banner.png')">
<nav aria-label="breadcrumb"> <nav aria-label="breadcrumb">
<ol class="breadcrumb"> <ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li> <li class="breadcrumb-item"><a href="/">Home</a></li>

Loading…
Cancel
Save