[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;
}
.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;
}
.more-news{
@ -1180,6 +1185,8 @@ Responsive Codes
box-shadow: none;
outline: none;
width: 100%;
font-weight: 600;
letter-spacing: 0.1rem;
}
.captch-field p{
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')}}"/>
@endsection
@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">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="/">Home</a></li>

Loading…
Cancel
Save