Mobile optimization

* adds table-responsive class to BaseClass
* adds html meta attributes for proper small device rendering
This commit is contained in:
mipel
2021-08-19 08:44:47 +02:00
parent 6c4ced784b
commit 0c2d51b2b1
3 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,7 @@
<html lang="{{ language }}">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ base_title }}</title>
{% bootstrap_css %}
{% bootstrap_javascript jquery='full' %}