From c31e34910b61f07927944ce9a20d975dc55a6b10 Mon Sep 17 00:00:00 2001 From: Olivia206 <olivia.simonet206@gmail.com> Date: Fri, 3 May 2024 12:53:16 +0200 Subject: [PATCH] simplify removing margin --- assets/sass/_theme/blocks/contact.sass | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/sass/_theme/blocks/contact.sass b/assets/sass/_theme/blocks/contact.sass index f67f910c..0151a16e 100644 --- a/assets/sass/_theme/blocks/contact.sass +++ b/assets/sass/_theme/blocks/contact.sass @@ -67,9 +67,8 @@ ul span width: columns(2) - &:first-child + &:first-child, + &:last-child width: columns(3) &:last-child - text-align: right - margin-left: columns(1) - flex: 1 \ No newline at end of file + text-align: right \ No newline at end of file -- GitLab