From 4520405548353634546e1610b6c3240c66402f03 Mon Sep 17 00:00:00 2001 From: alexisben <alex@noesya.coop> Date: Thu, 13 Jul 2023 14:35:20 +0200 Subject: [PATCH] person page title style --- assets/sass/_theme/sections/persons.sass | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/assets/sass/_theme/sections/persons.sass b/assets/sass/_theme/sections/persons.sass index cf4c31f5..98b0a152 100644 --- a/assets/sass/_theme/sections/persons.sass +++ b/assets/sass/_theme/sections/persons.sass @@ -1,13 +1,13 @@ .persons__page - h2 - @include h5 - a - @include icon(arrow-right, after, true) - display: inline-flex - margin-left: half($spacing0) - transition: transform .3s ease - &:hover::after - transform: translateX($spacing0) + .top + h2 + a + @include icon(arrow-right, after, true) + display: inline-flex + margin-left: half($spacing0) + transition: transform .3s ease + &:hover::after + transform: translateX($spacing0) // TODO : voir comment gérer les marges comme pour les blocs (pb footer) section padding-bottom: $grid-gutter -- GitLab