Files
2026-07-08 16:21:36 +02:00

18 lines
235 B
HTML

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