diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css
index a65cd52..2e80e19 100644
--- a/public/frontend/css/style.css
+++ b/public/frontend/css/style.css
@@ -1024,7 +1024,7 @@ Responsive Codes
.chef-hire-form h2{
font-weight: 500;
font-size: 22px;
- line-height: 178%;
+ line-height: 1.8rem;
text-align: center;
color: #0A2849;
margin-bottom: 30px;
diff --git a/public/frontend/icons/contact-location-icon.svg b/public/frontend/icons/contact-location-icon.svg
index 5a6d99a..f2e86ee 100644
--- a/public/frontend/icons/contact-location-icon.svg
+++ b/public/frontend/icons/contact-location-icon.svg
@@ -3,8 +3,8 @@
-
+
-
+
diff --git a/public/frontend/icons/location-address.png b/public/frontend/icons/location-address.png
new file mode 100644
index 0000000..3d735a8
Binary files /dev/null and b/public/frontend/icons/location-address.png differ
diff --git a/resources/views/am_chef.blade.php b/resources/views/am_chef.blade.php
index 7c8c800..08b430c 100644
--- a/resources/views/am_chef.blade.php
+++ b/resources/views/am_chef.blade.php
@@ -26,7 +26,7 @@
Hiring
Looking for a job as a Chef or Cook?
-
If you’re qualified to be a Chef of Cook in Australia, please fill out the application form. We'd love to do our utmost for hospitality workers!
+
If you’re qualified to be a Chef or Cook in Australia, please fill out the application form. We'd love to do our utmost for hospitality workers!
Chefs and Cooks need to be
- Interested in food and cooking
diff --git a/resources/views/contact.blade.php b/resources/views/contact.blade.php
index b93ea64..91c9a69 100644
--- a/resources/views/contact.blade.php
+++ b/resources/views/contact.blade.php
@@ -53,9 +53,9 @@
@endif
@if($address !== null)
-
+
{{$address->value}}
@@ -74,7 +74,7 @@
@@ -142,7 +142,7 @@
@section('script')
diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php
index 434342c..201a3e8 100644
--- a/resources/views/layout/app.blade.php
+++ b/resources/views/layout/app.blade.php
@@ -134,7 +134,7 @@