copyright font size

master
const an teen 2022-01-02 13:23:41 -05:00
parent 00955725a3
commit 8507b66f88
1 changed files with 5 additions and 7 deletions

View File

@ -75,7 +75,7 @@ body {
.left_menu__footer { .left_menu__footer {
display: flex; display: flex;
flex: 3%; flex: 3%;
font-size: 18px; font-size: 14px;
color: #6493bc; color: #6493bc;
text-decoration: none; text-decoration: none;
} }
@ -347,6 +347,10 @@ body {
.main_header__search_input { .main_header__search_input {
font-size: 14px; font-size: 14px;
} }
.left_menu__footer {
font-size: 12px;
}
} }
@media screen and (max-width: 1200px) { @media screen and (max-width: 1200px) {
@ -355,12 +359,6 @@ body {
} }
} }
@media screen and (max-width: 800px) {
.left_menu__footer {
font-size: 14px;
}
}
@media screen and (max-height: 950px) { @media screen and (max-height: 950px) {
.main_payload__block_text { .main_payload__block_text {
font-size: 18px; font-size: 18px;