Collapse gallery highlights by default

This commit is contained in:
2026-09-20 02:52:04 +03:30
parent 8bec26a805
commit ae3fff983b
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -297,6 +297,8 @@ hr {
.art .side-anchors { .art .side-anchors {
max-width: $content-width - ($spacing-unit * 4); max-width: $content-width - ($spacing-unit * 4);
margin: 1rem auto; margin: 1rem auto;
margin-top: 0;
margin-bottom: 3rem;
padding: 0 1rem; padding: 0 1rem;
} }
+1 -1
View File
@@ -5,7 +5,7 @@ wide_gallery: true
<div class="home art"> <div class="home art">
<div class='side-anchors'> <div class='side-anchors'>
<details open> <details>
<summary>Highlights</summary> <summary>Highlights</summary>
<ul> <ul>
{% for post in site.art reversed %} {% for post in site.art reversed %}