use smaller thumbnails for photography preview,

move gallery common css to gallery.css
This commit is contained in:
2024-12-12 07:35:39 +00:00
parent d47c30846d
commit 28a7630c9f
17 changed files with 36 additions and 45 deletions

16
css/gallery.css Normal file
View File

@@ -0,0 +1,16 @@
#gallery-container {
display: grid;
grid-template-columns: auto auto;
column-gap: 16px;
row-gap: 16px;
margin-top: 1em;
margin-bottom: 1em;
}
#gallery-container modal-image {
max-width: 100%;
min-width: 100%;
margin-left: auto;
margin-right: auto;
cursor: pointer;
}