diff --git a/style.css b/style.css index 39acdd2..4839cd1 100644 --- a/style.css +++ b/style.css @@ -468,6 +468,17 @@ a{ margin-right: 18px; } + #mainmenu a:hover, + #head_mail a:hover, + .event a:hover, + .main-card-title a:hover, + .mini-card-title a:hover, + .menu_footer a:hover, + .publs_right_item a:hover + { + color: #F18129; + } + .fulltext a{ color: #2D9CDB; } @@ -1361,7 +1372,7 @@ a{ } #socials a:hover{ - margin-top: -4px; + margin-top: -12px; } @@ -1471,6 +1482,11 @@ img-fluid{ display: none; } + #mainlogo{ + width: 240px; + text-align: left; + margin: 0; + } .main-card-title{ @@ -1652,13 +1668,19 @@ img-fluid{ .post_info_social{ display: none; } + + #mainlogo{ + width: 240px; + text-align: left; + margin: 0; + } } /** mobile **/ @media only screen -and (min-device-width : 375px) +and (min-device-width : 340px) and (max-device-width : 667px) { #content{ @@ -1683,7 +1705,25 @@ and (max-device-width : 667px) { #footer-contact{ display: none; } + + #mainlogo{ + width: 240px; + text-align: left; + margin: 0; + } + #mainpage-title{ + display: none; + } + + .main-card-title{ + font-size: 18px; + text-align: left; + } + + .main-card-text{ + display: none; + } }