width adjustment for tablet/mobile

This commit is contained in:
bergware
2019-01-11 04:38:45 +01:00
parent 19f57ad73a
commit dfa57aac5f

View File

@@ -25,7 +25,7 @@ $themes2 = in_array($theme,['gray','azure']);
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=1280">
<meta name="viewport" content="width=1440">
<meta name="robots" content="noindex, nofollow">
<link type="image/png" rel="shortcut icon" href="/webGui/images/<?=$var['mdColor']?>.png">
<link type="text/css" rel="stylesheet" href="<?autov("/webGui/styles/default-fonts.css")?>">