et#4
Mahesh Sharma 2 years ago
parent d2401bb2f8
commit 146961a6be
  1. 8
      public/frontend/css/style.css
  2. 3
      routes/web.php

@ -306,7 +306,9 @@ Responsive Codes
.student-visa-section,
.about-header-section,
.why-et,
.student-visa-section{
.student-visa-section,
.why-et{
padding: 3rem 6rem;
}
.services-section .row,
@ -640,7 +642,9 @@ Responsive Codes
.student-visa-section h1,
.why-et-header h1,
.student-visa-section h1{
.student-visa-section h1,
.why-et-header h1{
font-weight: 700;
font-size: 40px;
line-height: 60px;

@ -292,3 +292,6 @@ Route::get('/visa', function () {
Route::get('/contact', function () {
return view('contact');
});
Route::get('/about', function () {
return view('about');
});

Loading…
Cancel
Save