Fixed mobile viewport
This commit is contained in:
parent
6e0500aa68
commit
a70100265f
2 changed files with 1 additions and 0 deletions
Binary file not shown.
|
@ -2,6 +2,7 @@
|
|||
<head>
|
||||
<title>Workout Generator - @yield('title')</title>
|
||||
<link rel="stylesheet" href={{ asset('assets/css/styles.css') }}>
|
||||
<meta name="viewport" content="width=deice-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
@section('header')
|
||||
|
|
Loading…
Reference in a new issue