This commit is contained in:
dolphinau 2026-01-06 19:08:48 +01:00
parent d15c7be6af
commit e4374e3f74
No known key found for this signature in database
5 changed files with 58 additions and 5 deletions

View file

@ -506,3 +506,29 @@ footer {
margin-bottom: 30px;
}
}
.galerie-table {
align-items: center;
display:inline-block;
margin-right: auto;
margin-left: auto;
line-height: 0;
-webkit-column-count: 5;
-webkit-column-gap: 0px;
-moz-column-count: 5;
-moz-column-gap: 0px;
column-count: 5;
column-gap: 0px;
}
.galerie-entry {
padding: 8px;
}
.galerie-image {
width: 100%;
border-radius: 8px;
box-shadow: 0 0 16px #333;
width: 100% !important;
height: auto !important;
}