From 146961a6be0b9f579f116dd7d2eda7f3ca73c0c5 Mon Sep 17 00:00:00 2001 From: Mahesh Sharma Date: Mon, 30 Jan 2023 09:56:08 +0545 Subject: [PATCH] rebase-3 --- public/frontend/css/style.css | 8 ++++++-- routes/web.php | 3 +++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index 494ac39..a9e2043 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -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; diff --git a/routes/web.php b/routes/web.php index aee2d06..ff3b5b7 100644 --- a/routes/web.php +++ b/routes/web.php @@ -292,3 +292,6 @@ Route::get('/visa', function () { Route::get('/contact', function () { return view('contact'); }); +Route::get('/about', function () { + return view('about'); +});