diff --git a/public/css/app.css b/public/css/app.css index 958d87f..7faa7a8 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -13899,6 +13899,13 @@ readers do not read off random characters that represent icons */ white-space: pre-wrap; } +.wrapper { + display: flex; + min-height: 100vh; + flex-direction: column; + justify-content: space-between; +} + .buttons::after { content: "Aller"; } diff --git a/resources/sass/app.scss b/resources/sass/app.scss index 91814aa..d3ad00a 100644 --- a/resources/sass/app.scss +++ b/resources/sass/app.scss @@ -16,6 +16,12 @@ $icons-padding: 5px; .description{ white-space: pre-wrap; } +.wrapper{ + display: flex; + min-height: 100vh; + flex-direction: column; + justify-content: space-between; +} .buttons::after{ content:"Aller"; } diff --git a/resources/views/master.blade.php b/resources/views/master.blade.php index 5d98069..551d242 100644 --- a/resources/views/master.blade.php +++ b/resources/views/master.blade.php @@ -9,47 +9,52 @@ - - -
- @yield('body') -
+
- +