Admin (обсуждение | вклад) м |
Admin (обсуждение | вклад) м |
||
Строка 29: | Строка 29: | ||
} | } | ||
.mw-body-content h3.allSelectedCategories { | .mw-body-content h3.allSelectedCategories { | ||
− | font-size: | + | font-size: 1.2em; |
border-bottom: 0; | border-bottom: 0; | ||
margin-top: 0.3em; | margin-top: 0.3em; | ||
Строка 36: | Строка 36: | ||
font-size: 1.2em; | font-size: 1.2em; | ||
font-weight: bold; | font-weight: bold; | ||
+ | line-height: 1.6; | ||
} | } | ||
@media screen and (max-width: 480px) { | @media screen and (max-width: 480px) { |
Версия 21:51, 29 сентября 2020
.main-wrapper {
display: flex;
justify-content: space-between;
}
.main-wrapper-column {
flex-basis: 49%;
display: flex;
flex-direction: column;
}
.main-footer-actions.main-plainlist {
display: flex;
}
.main-footer-actions.main-plainlist h3, .allSelectedCategories {
margin-left: 10px;
line-height: 2em;
font-size: 1em;
}
.allSelectedCategories {
margin-left: 0px;
}
.main-footer-actions.main-plainlist h3 a, .allSelectedCategories a {
color: black;
}
.main-footer-actions.main-plainlist h3 a:hover, .allSelectedCategories a:hover {
color: #0645ad;
}
.selectedArticle h2.main-header.main-box-header {
border-bottom: none;
}
.mw-body-content h3.allSelectedCategories {
font-size: 1.2em;
border-bottom: 0;
margin-top: 0.3em;
margin-bottom: 0;
padding-bottom: 0;
font-size: 1.2em;
font-weight: bold;
line-height: 1.6;
}
@media screen and (max-width: 480px) {
.main-wrapper {
flex-direction: column;
}
.main-wrapper:not(.mainPage) {
flex-direction: column-reverse;
}
}