hallelujah: it's back, that's all that matters

This commit is contained in:
David Bailey 2023-10-14 15:57:28 +02:00
parent 4575ca9bfc
commit 54a16cc77e
23 changed files with 1382 additions and 8 deletions

26
static/gallerystyle.css Normal file
View file

@ -0,0 +1,26 @@
article {
margin-top: 0.8em;
margin-left: 10%;
margin-right: 10%;
}
figcaption {
text-align: center;
border-bottom: solid 3px darkgrey;
font-size: 2em;
margin-bottom: 0.3em;
}
#gallery_image {
display: block;
max-width: 100%;
max-height: 80vh;
margin-left: auto;
margin-right: auto;
}