art gallery layout
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user