diff --git a/html/style.css b/html/style.css
index 44e7276..45b3494 100644
--- a/html/style.css
+++ b/html/style.css
@@ -75,7 +75,7 @@ body {
.left_menu__footer {
display: flex;
flex: 3%;
- font-size: 18px;
+ font-size: 14px;
color: #6493bc;
text-decoration: none;
}
@@ -347,6 +347,10 @@ body {
.main_header__search_input {
font-size: 14px;
}
+
+ .left_menu__footer {
+ font-size: 12px;
+ }
}
@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) {
.main_payload__block_text {
font-size: 18px;