13.2.01 section par main

This commit is contained in:
Fred Tempez 2024-04-22 10:56:51 +02:00
parent 9e656294a6
commit fc69015448
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;
} }
} }
@ -766,17 +766,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;
} }
@ -785,7 +785,7 @@ section #sectionTitle {
min-height: 0px; min-height: 0px;
} }
section:after { main:after {
content: " "; content: " ";
display: table; display: table;
clear: both; clear: both;