aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2022-09-28 10:26:45 +0200
committerCamil Staps2022-09-28 10:26:45 +0200
commit464e8805e1abe062984d7714b95fb1d764f9f97e (patch)
treec6a69b4ac4a31ba39afc4beae458433dfd129360
parentUpdate to Laravel 8.0 (diff)
Add viewport tagHEADmaster
-rw-r--r--resources/views/layouts/master.blade.php1
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>