Collapse gallery highlights by default
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user