Fixed main navigation link font size.

This commit is contained in:
Svetlana Rastegina 2021-03-18 14:41:52 +01:00 committed by Georgy Litvinov
parent b61471ce63
commit 6889db0d4f

View file

@ -2808,14 +2808,18 @@ span.iconControlsEditable {
}
.expandSwitch {
width: 20%;
text-align: center;
font-family: "Roboto";
font-size: 1rem;
text-align: right;
text-align: center;
/*background-color: #000000;*/
background-image: url(../images/expand-label-image.svg);
/*background-image: url(../images/expand-label-image.svg);
background-repeat: no-repeat;
background-position: right bottom;
background-position: right bottom;*/
margin-bottom: -1px;
border: 1px solid #8B4513;
border-top-left-radius: 2em;
/*clip-path:polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);*/
}
#articleTitleWrapper {
@ -2833,6 +2837,7 @@ span.iconControlsEditable {
cursor: pointer;
padding-left: 8px;
padding-top: 5px;
padding-right: 10px;
}
.articleButtons {
width: 10%;
@ -3021,8 +3026,8 @@ input#expandCB {
display: none;
}
label.switch {
padding-top: 10px;
padding-right: 9px;
padding-top: 6px;
padding-left: 12px;
}
label.switch >#expandTextControl >img {
padding-left: 6px;
@ -3164,6 +3169,9 @@ label.switch >#collapseTextControl >img {
.display >div#articleWrapper {
width: 90%;
}
.expandSwitch {
font-size: 0.9rem;
}
}
@media screen and (max-width: 1300px) {
@ -3206,6 +3214,9 @@ label.switch >#collapseTextControl >img {
.display >div#articleWrapper {
width: 95%;
}
.expandSwitch {
font-size: 0.7rem;
}
}
@media screen and (max-width: 1100px) {
@ -3233,6 +3244,9 @@ label.switch >#collapseTextControl >img {
footer p.copyright small {
font-size: 0.8rem;
}
#main-nav li a {
font-size: 1rem;
}
}
@media screen and (max-width: 900px) {
@ -3246,6 +3260,7 @@ label.switch >#collapseTextControl >img {
#main-nav li a {
padding-left: 15px;
padding-right: 15px;
font-size: 0.8rem;
}
#wrapper-content {
width: 95%;
@ -3402,6 +3417,7 @@ label.switch >#collapseTextControl >img {
#main-nav li a {
padding-left: 10px;
padding-right: 10px;
font-size: 0.7rem;
}
#SearchTitle {
font-size: 1.1rem;