diff options
Diffstat (limited to 'resources/views')
| -rw-r--r-- | resources/views/layouts/master.blade.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php index 73f7b61..c70afec 100644 --- a/resources/views/layouts/master.blade.php +++ b/resources/views/layouts/master.blade.php @@ -19,6 +19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.  <html lang="en">  	<head>  		<meta charset="utf-8"/> +		<meta name="viewport" content="width=device-width, initial-scale=1"/>  		<meta name="csrf-token" content="{{ csrf_token() }}"/>  		<title>λύω-trainer</title> | 
