diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index b966234..a807876 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -863,13 +863,15 @@ Responsive Codes .about-banner-section .breadcrumb, .contact-us-section .breadcrumb, .need-chef-banner .breadcrumb, -.insurance-banner .breadcrumb{ +.insurance-banner .breadcrumb, +.labor-agreement-banner .breadcrumb{ float: right; } .about-banner-section .breadcrumb a, .contact-us-section .breadcrumb a, .need-chef-banner .breadcrumb a, -.insurance-banner .breadcrumb a{ +.insurance-banner .breadcrumb a, +.labor-agreement-banner .breadcrumb a{ text-decoration: none; color: #FFFFFF; } @@ -1520,6 +1522,14 @@ Responsive Codes .labor-section-secondary{ padding: 3rem 6rem; } +.labor-agreement-banner{ + background: url(../images//labor-agreement.png); + padding: 6rem; + height: 40vh; + background-repeat: no-repeat; + background-size: cover !important; + position: relative; +} @media only screen and (min-width: 320px) and (max-width: 480px) { /* contact us mobile view */ .about-banner-section .breadcrumb, diff --git a/public/frontend/images/labor-agreement.png b/public/frontend/images/labor-agreement.png new file mode 100644 index 0000000..2a861c0 Binary files /dev/null and b/public/frontend/images/labor-agreement.png differ diff --git a/resources/views/labor_agreement.blade.php b/resources/views/labor_agreement.blade.php index d293550..c19a701 100644 --- a/resources/views/labor_agreement.blade.php +++ b/resources/views/labor_agreement.blade.php @@ -3,7 +3,7 @@ Labor Agreement @endsection @section('content') -
+