dragon_fire/static/gallerystyle.css

26 lines
No EOL
340 B
CSS

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;
}