From fc690154482940e3885ea7070efa7a8657bab91c Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Mon, 22 Apr 2024 10:56:51 +0200 Subject: [PATCH] 13.2.01 section par main --- 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 467784c7..d39b392f 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -55,7 +55,7 @@ body { .tippy-tooltip { font-size: .8rem !important; } - section { + main { padding: 5px; } } @@ -766,17 +766,17 @@ li .menuSideChild { /* Corps */ @media screen and (min-width:768px) { - section { + main { padding: 20px; } } -section { +main { /*min-height: 100%;*/ min-height: 65vh; } -section #sectionTitle { +main #sectionTitle { margin-top: 0; } @@ -785,7 +785,7 @@ section #sectionTitle { min-height: 0px; } -section:after { +main:after { content: " "; display: table; clear: both;