From 167ad06dde19906f3bce8d684aad84f5449f4c94 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 22 Apr 2024 14:16:12 +0200 Subject: [PATCH] Revert "section par main" This reverts commit 271ee347a8eedb60a4c75f8c0520ca640501c0df. --- core/layout/common.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/layout/common.css b/core/layout/common.css index be7b661..70a8be3 100644 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -55,7 +55,7 @@ body { .tippy-tooltip { font-size: .8rem !important; } - main { + section { padding: 5px; } } @@ -786,17 +786,17 @@ li .menuSideChild { /* Corps */ @media screen and (min-width:768px) { - main { + section { padding: 20px; } } -main { +section { /*min-height: 100%;*/ min-height: 65vh; } -main #sectionTitle { +section #sectionTitle { margin-top: 0; } @@ -805,7 +805,7 @@ main #sectionTitle { min-height: 0px; } -main:after { +section:after { content: " "; display: table; clear: both;