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 87ae2f67d5
commit 50148af0d2

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