Fixed width statistic block on all screen resolutions.
This commit is contained in:
parent
e248385c5c
commit
72b388a045
1 changed files with 40 additions and 29 deletions
|
@ -1203,22 +1203,30 @@ 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;
|
||||
}
|
||||
|
||||
|
||||
#home-stats {
|
||||
margin-top: 0px !important;
|
||||
height: 120px;
|
||||
width: 40%;
|
||||
margin-top: 0px !important;
|
||||
height: 120px;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
#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%;
|
||||
}
|
||||
#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%;
|
||||
}
|
||||
}*/
|
||||
#stats > li {
|
||||
margin-left: 5px;}
|
||||
}
|
Loading…
Add table
Reference in a new issue