Skip to content

Commit 53ebb46

Browse files
Merge pull request #60 from angular/master
Update upstream
2 parents e42009a + a7a9688 commit 53ebb46

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/app/assets/css/docs.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -713,14 +713,14 @@ ul.events > li {
713713
margin-right: 5px;
714714
}
715715

716-
@media only screen and (min-width: 769px) {
716+
@media only screen and (min-width: 768px) {
717717
[ng-include="partialPath"].ng-hide {
718718
display: block !important;
719719
visibility: hidden;
720720
}
721721
}
722722

723-
@media only screen and (min-width: 769px) and (max-width: 991px) {
723+
@media only screen and (min-width: 768px) and (max-width: 991px) {
724724
.main-body-grid {
725725
margin-top: 160px;
726726
}
@@ -729,7 +729,7 @@ ul.events > li {
729729
}
730730
}
731731

732-
@media only screen and (max-width : 768px) {
732+
@media only screen and (max-width: 767px) {
733733
.picker, .picker select {
734734
width: auto;
735735
display: block;

0 commit comments

Comments
 (0)