Skip to content

Commit 378aafa

Browse files
committed
Update gallery.md
1 parent b45b5f9 commit 378aafa

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

gallery.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,27 @@ Photographs from the Birol Labs over the years, including lab gatherings, confer
4040
font-size: 0.9em;
4141
color: #666;
4242
}
43+
44+
.gallery-page .gallery figure {
45+
margin: 0;
46+
}
47+
48+
.gallery-page .gallery figure img {
49+
width: 100%;
50+
max-width: 700px;
51+
height: auto;
52+
display: block;
53+
border: 1px solid #ddd;
54+
border-radius: 6px;
55+
}
56+
57+
.gallery-page .gallery figcaption {
58+
margin-top: 0.5rem;
59+
text-align: center;
60+
font-size: 0.9em;
61+
color: #666;
62+
}
63+
4364
</style>
4465

4566
<!-- ===================== -->

0 commit comments

Comments
 (0)