fix styles

This commit is contained in:
arlemp@selectel.ru
2021-11-08 22:38:58 +03:00
parent 5d0256a094
commit 20e2d69e71

View File

@@ -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{
@@ -1653,12 +1669,18 @@ img-fluid{
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{
@@ -1684,6 +1706,24 @@ and (max-device-width : 667px) {
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;
}
}