diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-05-25 00:39:17 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-05-25 00:39:17 +0300 |
commit | a3198e30a48933b67513a6a4d7a10642721bc6ea (patch) | |
tree | e1ac6e7972822229fd9721bfb208c2d5c1e9aab3 /localwebsite/config.php | |
parent | d454ac4a1bad26ee3bedebe8d0902ccda2ad1750 (diff) |
localwebsite: cams: better mobile layout
Diffstat (limited to 'localwebsite/config.php')
-rw-r--r-- | localwebsite/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localwebsite/config.php b/localwebsite/config.php index 6b595a4..d28d714 100644 --- a/localwebsite/config.php +++ b/localwebsite/config.php @@ -49,7 +49,7 @@ return [ ], 'static' => [ - 'app.css' => 8, + 'app.css' => 9, 'app.js' => 2, 'polyfills.js' => 1, 'modem.js' => 1, |