We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aaf98d commit c2c9d52Copy full SHA for c2c9d52
docs/app/assets/css/docs.css
@@ -572,6 +572,15 @@ ul.events > li {
572
margin-bottom:40px;
573
}
574
575
+@media only screen and (min-width: 769px) and (max-width: 991px) {
576
+ .main-body-grid {
577
+ margin-top: 160px;
578
+ }
579
+ .main-body-grid > .grid-left {
580
+ top: 160px;
581
582
+}
583
+
584
@media only screen and (max-width : 768px) {
585
.picker, .picker select {
586
width:auto;
0 commit comments