+
{% if page.toc %}
{{ content | toc_generate }}
diff --git a/_sass/_layout.scss b/_sass/_layout.scss
index abe873f..8f8ffde 100644
--- a/_sass/_layout.scss
+++ b/_sass/_layout.scss
@@ -219,6 +219,13 @@ hr {
display: block;
}
+.wrapper.wrapper-gallery {
+ width: 90%;
+ max-width: none;
+ padding-left: 0;
+ padding-right: 0;
+}
+
.art .post-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
@@ -243,7 +250,7 @@ hr {
aspect-ratio: auto 3 / 2;
}
- @include media-query(420px) {
+ @include media-query($on-palm) {
grid-template-columns: 1fr;
}
}
diff --git a/art.html b/art.html
index 0c25fd0..f1fa5fd 100644
--- a/art.html
+++ b/art.html
@@ -1,5 +1,6 @@
---
layout: default
+wide_gallery: true
---