From e20cc5caa5848efb9a0f669e42fe88b07a09f258 Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Thu, 19 Jan 2023 17:52:24 +0100 Subject: [PATCH] article title a display --- assets/sass/_theme/_utils.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/sass/_theme/_utils.sass b/assets/sass/_theme/_utils.sass index 9ab86bdf..e9b62ec7 100644 --- a/assets/sass/_theme/_utils.sass +++ b/assets/sass/_theme/_utils.sass @@ -182,9 +182,10 @@ overflow: hidden img object-fit: cover - h1 + h1, h2, h3, h4 @include h3 a + display: block @include stretched-link text-decoration: none p -- GitLab