fix header display on mobile
This commit is contained in:
parent
3481d719f5
commit
49c0a92110
1 changed files with 3 additions and 1 deletions
|
|
@ -23,6 +23,9 @@ strong {
|
||||||
background: url("#{$app-css-relative-asset-path}/layout/header_bg.jpg") 50% 50% no-repeat;
|
background: url("#{$app-css-relative-asset-path}/layout/header_bg.jpg") 50% 50% no-repeat;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
|
width: 100%;
|
||||||
|
max-width: 100%;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-main {
|
.header-main {
|
||||||
|
|
@ -206,7 +209,6 @@ strong {
|
||||||
background-color: rgba(255, 255, 255, 0.65);
|
background-color: rgba(255, 255, 255, 0.65);
|
||||||
background-color: #f2effb;
|
background-color: #f2effb;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
padding: 5px 0;
|
|
||||||
|
|
||||||
.navigation-flyout {
|
.navigation-flyout {
|
||||||
background: #f2effb;
|
background: #f2effb;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue