summaryrefslogtreecommitdiff
path: root/src/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/index.html')
-rw-r--r--src/templates/index.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/templates/index.html b/src/templates/index.html
index f076d32..882dbf1 100644
--- a/src/templates/index.html
+++ b/src/templates/index.html
@@ -6,7 +6,7 @@
<img src="title_headline.png">
- {% include 'program.html' %}
+ {% include 'program.html' %}
{#
<img src="news_headline.png">
@@ -31,4 +31,19 @@
</div>
</div>
+<style>
+ {% if scale == "fit" %}
+ body {
+ font-size: 3vw;
+ }
+ {% else %}
+ body {
+ zoom: {{ scale }};
+ }
+ .content {
+ font-size: 1.6ch;
+ }
+ {% endif %}
+</style>
+
{% endblock %}