18 lines
235 B
HTML
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>
|