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>
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: default
|
||||
layout: art-gallery
|
||||
---
|
||||
|
||||
# art gallery
|
||||
@@ -63,4 +63,4 @@ Character: [Shishiro Botan, Hololive](https://hololive.hololivepro.com/talents/s
|
||||
Sandwich YCH, June 2026
|
||||
Artist: [Lillimon](https://lillimon.crd.co/)
|
||||
Character: [Shishiro Botan, Hololive](https://hololive.hololivepro.com/talents/shishiro-botan/)
|
||||

|
||||

|
||||
|
||||
Reference in New Issue
Block a user