From 5af21e34cce0ea5f17e5c121670318baac637c75 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Sat, 19 Sep 2026 15:10:32 +0330 Subject: [PATCH] Center Highlights independently of the wide photo grid --- _sass/_layout.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 8f8ffde..9db0b9a 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -294,6 +294,12 @@ hr { } } +.art .side-anchors { + max-width: $content-width - ($spacing-unit * 4); + margin: 1rem auto; + padding: 0 1rem; +} + .notice { background-color: #80c4d5; padding: 1rem 2rem;