forked from ZwiiCMS-Team/ZwiiCampus
parent
271ee347a8
commit
167ad06dde
@ -55,7 +55,7 @@ body {
|
|||||||
.tippy-tooltip {
|
.tippy-tooltip {
|
||||||
font-size: .8rem !important;
|
font-size: .8rem !important;
|
||||||
}
|
}
|
||||||
main {
|
section {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -786,17 +786,17 @@ li .menuSideChild {
|
|||||||
/* Corps */
|
/* Corps */
|
||||||
|
|
||||||
@media screen and (min-width:768px) {
|
@media screen and (min-width:768px) {
|
||||||
main {
|
section {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
main {
|
section {
|
||||||
/*min-height: 100%;*/
|
/*min-height: 100%;*/
|
||||||
min-height: 65vh;
|
min-height: 65vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
main #sectionTitle {
|
section #sectionTitle {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -805,7 +805,7 @@ main #sectionTitle {
|
|||||||
min-height: 0px;
|
min-height: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
main:after {
|
section:after {
|
||||||
content: " ";
|
content: " ";
|
||||||
display: table;
|
display: table;
|
||||||
clear: both;
|
clear: both;
|
||||||
|
Loading…
Reference in New Issue
Block a user