[edit] css fixed

et#33
tribikram 2 years ago committed by Mahesh Sharma
parent 1821580633
commit 948b076c03
  1. 13
      public/frontend/css/style.css
  2. BIN
      public/frontend/icons/jrp.png
  3. 2
      resources/views/welcome.blade.php

@ -287,7 +287,7 @@ Responsive Codes
padding: 3rem 6rem; padding: 3rem 6rem;
position: absolute; position: absolute;
top: 20%; top: 20%;
width: 60%; width: 50%;
} }
.slider-content h2{ .slider-content h2{
font-weight: 700; font-weight: 700;
@ -1105,14 +1105,19 @@ Responsive Codes
text-align: center; text-align: center;
margin-bottom: 50px; margin-bottom: 50px;
} }
.form-sec label, .form-sec label{
.enquiry-form-row label{
margin-bottom: 8px; margin-bottom: 8px;
font-weight: 400; font-weight: 400;
font-size: 16px; font-size: 16px;
line-height: 28px; line-height: 28px;
color: #0A2849; color: #0A2849;
} }
.enquiry-form-row label{
margin-bottom: 8px;
font-weight: 400;
font-size: 16px;
line-height: 28px;
}
.contact-form .row, .contact-form .row,
.visa-display-section .row{ .visa-display-section .row{
display: flex; display: flex;
@ -1702,7 +1707,7 @@ table.lightgrey-weekends tbody td:nth-child(n+6) {
transition: background-color 1s ease-out 100ms; transition: background-color 1s ease-out 100ms;
} }
.form-select .select-placeholder{ .form-select .select-placeholder{
color: #4e545a; color: #000000;
} }
.enquiry-form-row h3{ .enquiry-form-row h3{
font-weight: 600; font-weight: 600;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

@ -96,7 +96,7 @@
</div> </div>
<div class="service-card"> <div class="service-card">
<div class="service-icon"> <div class="service-icon">
<img src="{{url('frontend/icons/noto_graduation-cap.png')}}" alt=""> <img src="{{url('frontend/icons/jrp.png')}}" alt="">
</div> </div>
<h2>Job Ready Program</h2> <h2>Job Ready Program</h2>
<p>Get into the job market with a correct set of skills.</p> <p>Get into the job market with a correct set of skills.</p>

Loading…
Cancel
Save