/* ---- Weebly section hézagok visszafogása, erősebb specifikussal ---- */
body .wsite-section,
body .wsite-section-wrap,
body .wsite-section .wsite-section-content,
body .wsite-section .container,
body .wsite-section .wsite-elements {
padding-top: 24px !important;
padding-bottom: 24px !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
min-height: auto !important;
}
/* Szomszédos sectionök közti rés le */
body .wsite-section + .wsite-section,
body .wsite-section-wrap + .wsite-section-wrap {
margin-top: 0 !important;
}
/* A sectionön belüli első és utolsó elem ne növelje a rést */
body .wsite-section > *:first-child,
body .wsite-section .wsite-elements > *:first-child {
margin-top: 0 !important;
}
body .wsite-section > *:last-child,
body .wsite-section .wsite-elements > *:last-child {
margin-bottom: 0 !important;
}
/* Szöveg és címsor alap hézagai */
body .wsite-text p,
body .wsite-content p,
body .wsite-content h1,
body .wsite-content h2,
body .wsite-content h3 {
margin-top: 8px !important;
margin-bottom: 8px !important;
}
/* Spacer blokk ne nyomjon */
body .wsite-spacer {
height: 0 !important;
min-height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
/* Mobilon egy picivel szellősebb lehet */
@media (max-width: 767px) {
body .wsite-section,
body .wsite-section-wrap,
body .wsite-section .wsite-section-content {
padding-top: 32px !important;
padding-bottom: 32px !important;
}
}