mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-22 07:54:11 -05:00
Use the correct flexbox fix in the public template
This commit is contained in:
parent
dbc79e6617
commit
0c6e3c60c7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
@section('page-content')
|
@section('page-content')
|
||||||
@include('sections.nav')
|
@include('sections.nav')
|
||||||
|
|
||||||
<div class="flex-wrapper">
|
<div class="flex-fix">
|
||||||
<div class="page-container">
|
<div class="page-container">
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
@yield('content')
|
@yield('content')
|
||||||
|
|
Loading…
Reference in a new issue