diff --git a/backend/resources/sass/app.scss b/backend/resources/sass/app.scss index e1e17d2e..93c285ee 100644 --- a/backend/resources/sass/app.scss +++ b/backend/resources/sass/app.scss @@ -4,7 +4,7 @@ @use 'sass:math'; // Fonts -@import url('https://fonts.googleapis.com/css?family=Nunito'); +@import '~@fontsource/nunito/scss/mixins'; // Variables @import 'variables'; diff --git a/backend/resources/views/common/layout.blade.php b/backend/resources/views/common/layout.blade.php index 092ad729..1481fc48 100644 --- a/backend/resources/views/common/layout.blade.php +++ b/backend/resources/views/common/layout.blade.php @@ -5,11 +5,6 @@ @yield('title') - - - - - @@ -43,12 +38,11 @@ - + @yield('content') - @stack('js') diff --git a/backend/resources/views/pages/contact/layout.blade.php b/backend/resources/views/pages/contact/layout.blade.php index d64ec5b5..ae5ed4c5 100644 --- a/backend/resources/views/pages/contact/layout.blade.php +++ b/backend/resources/views/pages/contact/layout.blade.php @@ -26,14 +26,8 @@ @yield('title') - - - - - - + - diff --git a/backend/resources/views/pages/pdf.blade.php b/backend/resources/views/pages/pdf.blade.php index 4be4e470..cd7b4efb 100644 --- a/backend/resources/views/pages/pdf.blade.php +++ b/backend/resources/views/pages/pdf.blade.php @@ -19,15 +19,8 @@ KIKI|PDF - - - - - - -