From 34a7ea381b2fa5e46f864c0f451e6927ae5953ba Mon Sep 17 00:00:00 2001 From: Flo Greistorfer Date: Thu, 27 Jun 2024 15:47:53 +0200 Subject: [PATCH] font-size --- generate_html.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/generate_html.py b/generate_html.py index b70a67d..e775f38 100755 --- a/generate_html.py +++ b/generate_html.py @@ -67,6 +67,7 @@ HTMLHEADER = """ .folders figcaption { width: 120px; + font-size: smaller; text-align: center; } @@ -108,6 +109,7 @@ HTMLHEADER = """ } .folders figcaption { width: 100px; + font-size: small; } } @@ -123,6 +125,7 @@ HTMLHEADER = """ } .folders figcaption { width: 80px; + font-size: x-small; } } @@ -138,6 +141,7 @@ HTMLHEADER = """ } .folders figcaption { width: 60px; + font-size: xx-small; } }