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 {
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;