section par main

This commit is contained in:
Fred Tempez 2024-04-22 10:56:49 +02:00
parent 04a6d86999
commit 271ee347a8
1 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ body {
.tippy-tooltip { .tippy-tooltip {
font-size: .8rem !important; font-size: .8rem !important;
} }
section { main {
padding: 5px; padding: 5px;
} }
} }
@ -786,17 +786,17 @@ li .menuSideChild {
/* Corps */ /* Corps */
@media screen and (min-width:768px) { @media screen and (min-width:768px) {
section { main {
padding: 20px; padding: 20px;
} }
} }
section { main {
/*min-height: 100%;*/ /*min-height: 100%;*/
min-height: 65vh; min-height: 65vh;
} }
section #sectionTitle { main #sectionTitle {
margin-top: 0; margin-top: 0;
} }
@ -805,7 +805,7 @@ section #sectionTitle {
min-height: 0px; min-height: 0px;
} }
section:after { main:after {
content: " "; content: " ";
display: table; display: table;
clear: both; clear: both;