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