From 8507b66f88f6674749b0f00795c3aa125dfeff83 Mon Sep 17 00:00:00 2001 From: acetone Date: Sun, 2 Jan 2022 13:23:41 -0500 Subject: [PATCH] copyright font size --- html/style.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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;