Skip to content

Commit

Permalink
Tl-header display for iPad layout now utilizing the mobile view layout
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathew1011 committed Mar 8, 2021
1 parent 71561ee commit cd65d22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/tl-footer/tl-footer.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
background-color: #500000 !important;
}

@media (max-width: 767px) {
@media (max-width: 992px) {
wvr-footer-component {
--footer-height: auto;
--footer-height: auto;
Expand Down
3 changes: 2 additions & 1 deletion src/app/tl-header/tl-header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,8 @@
}
}

@media (max-width: 767px) {

@media (max-width: 992px) {
--top-nav-height: auto;
--wvr-nav-li-width: fit-content;
header {
Expand Down
4 changes: 2 additions & 2 deletions src/app/tl-mega-menu/tl-mega-menu.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@

}

@media (max-width: 767px) {
@media (max-width: 992px) {

wvr-dropdown-component {
::ng-deep {
Expand Down Expand Up @@ -191,4 +191,4 @@
}
}

}
}

0 comments on commit cd65d22

Please sign in to comment.