mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -05:00
The flexbox fix class is called flex-fix, not flex-wrapper
This commit is contained in:
parent
3872ef1e51
commit
dee6c34fcb
3 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@
|
|||
</head>
|
||||
|
||||
<body class="{{ $device_mobile ? 'mobile-browser' : 'desktop-browser' }}">
|
||||
<div class="flex-wrapper">
|
||||
<div class="flex-fix">
|
||||
<div class="site-content">
|
||||
@yield('page-top')
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
@endsection
|
||||
|
||||
@section('page-content')
|
||||
<div class="flex-wrapper">
|
||||
<div class="flex-fix">
|
||||
<div class="error-page">
|
||||
<div class="error-page-content">
|
||||
{{ $title }}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<div id="vue-container">
|
||||
<nav-component></nav-component>
|
||||
|
||||
<div class="flex-wrapper">
|
||||
<div class="flex-fix">
|
||||
<div class="page-container">
|
||||
<div id="router-view" class="main-content">
|
||||
<router-view></router-view>
|
||||
|
|
Loading…
Reference in a new issue