Remove captions

This commit is contained in:
Andras Schmelczer 2026-06-02 08:51:39 +01:00
parent 4777985f40
commit 2ebe9ca46c
5 changed files with 57 additions and 129 deletions

View file

@ -152,7 +152,6 @@ img {
margin: 0;
display: grid;
justify-items: center;
gap: var(--space-s);
}
.frame-figure picture {
@ -171,14 +170,6 @@ img {
box-shadow: 0 0 0 1px rgb(32 33 36 / 16%);
}
.frame-figure figcaption {
max-inline-size: min(42rem, 100%);
color: var(--color-ink);
font-size: 0.95rem;
line-height: 1.35;
text-align: center;
}
.slideshow-toggle {
display: none;
position: absolute;