Шаблон:ModernTitle: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки Метки: с мобильного устройства из мобильной версии через расширенный мобильный режим |
||
| Строка 39: | Строка 39: | ||
@media (max-width: 600px) { | @media (max-width: 600px) { | ||
.modern-title__h1 .mw-headline { | .modern-title__h1 .mw-headline { | ||
width: 100% | width: 100%; | ||
padding: 0 | padding: 0; | ||
} | } | ||
.modern-title__h1::before { | .modern-title__h1::before { | ||
margin-right: 0; | margin-right: 0; | ||
display: none; | |||
} | } | ||
.modern-title__h1::after { | .modern-title__h1::after { | ||
margin-left: 0; | margin-left: 0; | ||
display: none; | |||
} | } | ||
} | } | ||
| Строка 71: | Строка 73: | ||
font-size: 1.2em !important; | font-size: 1.2em !important; | ||
font-weight: bold !important; | font-weight: bold !important; | ||
padding: 6px 8px; | padding: 6px 8px !important; | ||
background: var(--background-color); | background: var(--background-color); | ||
border-radius: 0.2em; | border-radius: 0.2em; | ||