diff --git a/lang/en/app.php b/lang/en/app.php index 4f3464f..258ed91 100644 --- a/lang/en/app.php +++ b/lang/en/app.php @@ -28,7 +28,7 @@ return [ 'insertvideo' => '*Insert promotional video here*' ], 'services' => [ - 'title' => 'Our Service Overview', + 'title' => 'Our Services', 'topic1' => [ 'title' => 'Issuance of Hacker Passports', 'content' => 'Our team handles the issuance of travel documents. diff --git a/public/css/style.css b/public/css/style.css index a3e1804..2eb93fc 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -200,3 +200,9 @@ nav { .h-5 { height: 5vh; } + +.footer { + bottom: 0; + width: 100%; + position: fixed; +} diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 2b2d3bc..687a38a 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -53,8 +53,12 @@
@yield('content') +
+
- +