art gallery layout

This commit is contained in:
2026-07-08 16:21:36 +02:00
parent 764b033d0b
commit 11d379940a
2 changed files with 19 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
---
layout: default
---
<style>
.art-gallery-content img {
max-width: 500px;
width: 100%;
height: auto;
display: block;
margin: 1.5rem auto;
}
</style>
<div class="art-gallery-content">
{{ content }}
</div>