Fixed width statistic block on all screen resolutions.

This commit is contained in:
Svetlana Rastegina 2021-02-09 17:33:28 +01:00 committed by Georgy Litvinov
parent e248385c5c
commit 72b388a045

View file

@ -1203,11 +1203,18 @@ a.view-all-style {
}
section#home-stats.home-sections {
display: flex !important;
flex-direction: column;
flex-wrap: nowrap;
justify-content: center;
align-items: center;
}
#home-stats h4 {
padding-top: 10px;
padding-bottom: 0px;
display: block;
height: 20px;
height: 1.5rem;
}
@ -1218,7 +1225,8 @@ a.view-all-style {
}
#stats {
margin-top: 10px;
margin-top: 5px;
width: auto;
}
#stats li {
@ -1238,8 +1246,11 @@ margin-top: 10px;
width:90px;
}
#stats >li {
height: 60px;
margin-left: 20px;
}
#stats li:first-child {
@ -1387,6 +1398,13 @@ div#adjImgHeight {
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
width: 80%;
margin-left: auto;
margin-right: auto;
}
div#footerWrapper >nav {
width: 30%;
}
footer {
@ -2148,6 +2166,9 @@ span.subclassExpandMinus {
#querybuilder-container {
width: 90%;
}
#footerWrapper {
width: 95%;
}
}
@media screen and (max-width: 900px) {
h1.vivo-logo {
@ -2179,30 +2200,20 @@ span.subclassExpandMinus {
#registrationDescription {
width: 100%;
}
#footerWrapper {
width: 100%;
}
#stats > li {
margin-left: 5px;}
#stats li {
width: 80px;
}
}
/*@media screen and (max-width: 720px) {
#branding {
width: 100%;
@media screen and (max-width: 720px) {
#stats li {
width: 80px;
}
ul#main-nav {
width: 100%;
#stats > li {
margin-left: 5px;}
}
#wrapper-content {
width: 95%;
padding-top: 5px;
}
h1.vivo-logo {
background-size: 100%;
top: 55px;
}
#querybuilder-container {
width: 100%;
}
#custom-search {
width: 80%;
}
#switch-to-extended-searchform {
width: 80%;
}
}*/