From 2eeda668db31cea1d47ca45907b839d6b0f5f2b9 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Mon, 15 Feb 2021 13:11:17 +0100 Subject: Try to simplify margin/padding management --- "stylesheets/actualit\303\251s.css" | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'stylesheets/actualités.css') diff --git "a/stylesheets/actualit\303\251s.css" "b/stylesheets/actualit\303\251s.css" index f1071e1..25ec656 100644 --- "a/stylesheets/actualit\303\251s.css" +++ "b/stylesheets/actualit\303\251s.css" @@ -46,7 +46,8 @@ } main > div { - padding: 1em; + padding-left: 1em; + padding-right: 1em; } .events { @@ -80,10 +81,6 @@ .event:hover .summary { opacity: 1; } - - .details.active > *:first-child { - margin-top: 0; - } } @media (max-width: 40em) { -- cgit v1.2.3