Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 755ffd4

Browse files
committed
Merge pull request #176 from appirio-tech/dev
Dev
2 parents 0b850a9 + 0f0fd44 commit 755ffd4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/css/base.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ sub, sup {
545545
line-height: 14px;
546546
color: #656565; }
547547

548-
@media only screen and (max-width: 991px) {
548+
@media only screen and (max-width: 1024px) {
549549
.bottom-footer, .fold-pusher {
550550
height: 200px; }
551551
.bottom-footer .menu-item {
@@ -570,7 +570,7 @@ sub, sup {
570570
width: 27px;
571571
height: 27px; } }
572572

573-
@media only screen and (min-width: 992px) {
573+
@media only screen and (min-width: 1025px) {
574574
.bottom-footer, .fold-pusher {
575575
height: 270px; }
576576
.bottom-footer {
@@ -789,7 +789,7 @@ sub, sup {
789789
font-size: 14px;
790790
cursor: pointer; }
791791

792-
@media only screen and (max-width: 991px) {
792+
@media only screen and (max-width: 1024px) {
793793
.header-wrapper.autocomplete .menu-item:not(.search-wrapper),
794794
.header-wrapper.autocomplete ~ .bottom-footer > *:not(.copyright-notice) {
795795
display: none; }
@@ -841,7 +841,7 @@ sub, sup {
841841
right: 0;
842842
top: 0; } }
843843

844-
@media only screen and (min-width: 992px) {
844+
@media only screen and (min-width: 1025px) {
845845
.header-wrapper {
846846
background: #fff;
847847
position: relative;

0 commit comments

Comments
 (0)