File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -713,14 +713,14 @@ ul.events > li {
713
713
margin-right : 5px ;
714
714
}
715
715
716
- @media only screen and (min-width : 769 px ) {
716
+ @media only screen and (min-width : 768 px ) {
717
717
[ng-include = "partialPath" ].ng-hide {
718
718
display : block !important ;
719
719
visibility : hidden;
720
720
}
721
721
}
722
722
723
- @media only screen and (min-width : 769 px ) and (max-width : 991px ) {
723
+ @media only screen and (min-width : 768 px ) and (max-width : 991px ) {
724
724
.main-body-grid {
725
725
margin-top : 160px ;
726
726
}
@@ -729,7 +729,7 @@ ul.events > li {
729
729
}
730
730
}
731
731
732
- @media only screen and (max-width : 768 px ) {
732
+ @media only screen and (max-width : 767 px ) {
733
733
.picker , .picker select {
734
734
width : auto;
735
735
display : block;
You can’t perform that action at this time.
0 commit comments