mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 15:42:31 -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')
|
||||
@include('sections.nav')
|
||||
|
||||
<div class="flex-wrapper">
|
||||
<div class="flex-fix">
|
||||
<div class="page-container">
|
||||
<div class="main-content">
|
||||
@yield('content')
|
||||
|
|
Loading…
Reference in a new issue