Skip to content

Commit

Permalink
Add viewport-fit=cover
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-farre committed Mar 8, 2024
1 parent 5db0fea commit 5e1ad7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/clean-base/views/humhub/layouts/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<title><?= strip_tags($this->pageTitle) ?></title>
<meta charset="<?= Yii::$app->charset ?>">
<meta name="viewport"
content="width=device-width, initial-scale=1.0">
content="width=device-width, initial-scale=1, viewport-fit=cover">
<?php $this->head() ?>
<?= $this->render('head') ?>
</head>
Expand Down

0 comments on commit 5e1ad7a

Please sign in to comment.