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 {
font-size: .8rem !important;
}
section {
main {
padding: 5px;
}
}
@ -786,17 +786,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;
}
@ -805,7 +805,7 @@ section #sectionTitle {
min-height: 0px;
}
section:after {
main:after {
content: " ";
display: table;
clear: both;