From 52976bfd6fc55d343112cacecf37cba70f33c494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Sun, 22 Mar 2026 19:23:47 +0100 Subject: [PATCH] Fix mobile heading accents --- styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/styles.css b/styles.css index b9b49c6..65709bb 100644 --- a/styles.css +++ b/styles.css @@ -783,6 +783,12 @@ button { width: 84px; } + .section-head__accent--about { + top: calc(100% - 12px); + left: 0; + width: 72px; + } + .section-title, .about__content .section-head .section-title { text-align: left;