Изменения

нет описания правки
Строка 344: Строка 344:  
#page-secondary-actions .talk {
 
#page-secondary-actions .talk {
 
     display: none !important;
 
     display: none !important;
 +
}
 +
 +
/* ===== MOBILE: ФОН И HERO БЕЗ СЪЕЗДА ===== */
 +
 +
html,
 +
body,
 +
#content,
 +
.mw-body,
 +
#bodyContent {
 +
    background: #f3f6fb !important;
 +
}
 +
 +
.bl-help-home {
 +
    background: #f3f6fb !important;
 +
    margin: -0.75em -0.75em 0 -0.75em;
 +
    padding-bottom: 18px;
 +
}
 +
 +
.bl-hero {
 +
    background: #fff1f1 !important;
 +
    padding: 22px 0 18px !important;
 +
    text-align: center;
 +
    margin: 0 !important;
 +
    width: 100% !important;
 +
}
 +
 +
.bl-hero-inner {
 +
    max-width: 100% !important;
 +
    margin: 0 auto !important;
 +
    padding: 0 14px !important;
 +
    text-align: center !important;
 +
}
 +
 +
#content {
 +
    margin-top: 0 !important;
 +
    padding-top: 0 !important;
 +
}
 +
 +
.pre-content,
 +
.banner-container {
 +
    margin: 0 !important;
 +
    padding: 0 !important;
 
}
 
}