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 6772585 commit 0747d97Copy full SHA for 0747d97
styles/documentation.css
@@ -236,8 +236,12 @@ footer {
236
text-align: center;
237
}
238
239
-/* Mobile */
240
-
+/* Responsivness */
+@media (min-width: 1201px) and (max-width: 1350px) {
241
+ .app-nav li {
242
+ padding: 0 .6rem;
243
+ }
244
+}
245
@media (min-width: 1201px) {
246
.app-nav > ul {
247
display: flex !important;
@@ -248,6 +252,10 @@ footer {
248
252
.app-nav > ul #back {
249
253
display: none;
250
254
255
+ /* li that contains back link for mobile */
256
+ .app-nav > ul > li:first-child {
257
+ display: none;
258
251
259
.backdrop {
260
261
0 commit comments