Fix CSS styling

This commit is contained in:
Christian Wolf 2025-09-18 17:20:12 +02:00
parent bb9a7e6ca5
commit a322b598e7

View File

@ -3,11 +3,17 @@
.tsc-image {
margin: 0 auto;
width: fit-content;
display: flex;
flex-direction: column;
img {
display: block;
margin: 0 auto;
}
.credits {
align-self: end;
}
}
.tsc-gallery {