updated figcaptions

This commit is contained in:
2025-02-18 12:53:37 +01:00
committed by Flo Greistorfer
parent 08895902ec
commit 57250b3adc

View File

@@ -28,6 +28,7 @@ body {
.folders figure { .folders figure {
margin-bottom: 32px; margin-bottom: 32px;
margin-top: 50px; margin-top: 50px;
width: 180px;
} }
.header h1 { .header h1 {
@@ -42,7 +43,8 @@ body {
} }
.folders figcaption { .folders figcaption {
width: 120px; width: 100%;
overflow: hidden;
font-size: smaller; font-size: smaller;
text-align: center; text-align: center;
} }
@@ -206,12 +208,15 @@ figure {
max-width: 25%; max-width: 25%;
} }
.folders figure {
width: 160px;
}
.folders img { .folders img {
width: 80px; width: 80px;
} }
.folders figcaption { .folders figcaption {
width: 100px;
font-size: small; font-size: small;
} }
@@ -227,12 +232,15 @@ figure {
max-width: 50%; max-width: 50%;
} }
.folders figure {
width: 140px;
}
.folders img { .folders img {
width: 60px; width: 60px;
} }
.folders figcaption { .folders figcaption {
width: 80px;
font-size: x-small; font-size: x-small;
} }
@@ -256,12 +264,15 @@ figure {
max-width: 100%; max-width: 100%;
} }
.folders figure {
width: 120px;
}
.folders img { .folders img {
width: 40px; width: 40px;
} }
.folders figcaption { .folders figcaption {
width: 60px;
font-size: xx-small; font-size: xx-small;
} }