Fix for prev commit
This commit is contained in:
parent
5499a1307f
commit
f7a5f13d8c
1 changed files with 2 additions and 3 deletions
|
@ -510,7 +510,6 @@ hr.formDivider {
|
||||||
height: 200px;
|
height: 200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 0px 0px 0px 0px;
|
padding: 0px 0px 0px 0px;
|
||||||
background-size: 100%;
|
|
||||||
background-image: url(../images/header-image.png);
|
background-image: url(../images/header-image.png);
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
@ -3487,7 +3486,7 @@ label.switch >.collapseTextControl >img {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1500px) {
|
@media screen and (max-width: 1500px) {
|
||||||
#branding {
|
#topArea {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
ul#main-nav {
|
ul#main-nav {
|
||||||
|
@ -3526,7 +3525,7 @@ label.switch >.collapseTextControl >img {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1300px) {
|
@media screen and (max-width: 1300px) {
|
||||||
#branding {
|
#topArea {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
ul#main-nav {
|
ul#main-nav {
|
||||||
|
|
Loading…
Add table
Reference in a new issue