font-size

This commit is contained in:
2024-06-27 15:47:53 +02:00
committed by Flo Greistorfer
parent 690836a480
commit 34a7ea381b

View File

@@ -67,6 +67,7 @@ HTMLHEADER = """
.folders figcaption { .folders figcaption {
width: 120px; width: 120px;
font-size: smaller;
text-align: center; text-align: center;
} }
@@ -108,6 +109,7 @@ HTMLHEADER = """
} }
.folders figcaption { .folders figcaption {
width: 100px; width: 100px;
font-size: small;
} }
} }
@@ -123,6 +125,7 @@ HTMLHEADER = """
} }
.folders figcaption { .folders figcaption {
width: 80px; width: 80px;
font-size: x-small;
} }
} }
@@ -138,6 +141,7 @@ HTMLHEADER = """
} }
.folders figcaption { .folders figcaption {
width: 60px; width: 60px;
font-size: xx-small;
} }
} }