Skip to content

Commit 9c40c79

Browse files
krishi-agrawalvickybesra
authored andcommitted
added left margin (microcks#308)
Signed-off-by: krishi-agrawal <krishi.agrawal26@gmail.com>
1 parent 4405458 commit 9c40c79

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

themes/microcks/assets/scss/templates/_navigation.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,10 @@
272272
position: static;
273273
transform: none;
274274
}
275+
276+
.search-wrapper {
277+
margin-left: 10px;
278+
}
275279
}
276280

277281
&.pull-top {
@@ -316,6 +320,10 @@
316320

317321
}
318322

323+
.search-wrapper {
324+
margin-left: 10px !important;
325+
}
326+
319327
// dark style
320328
.dark .navigation, .dark .doc-navigation {
321329

@@ -558,6 +566,9 @@
558566

559567
.form-control{
560568
width: 100%;
569+
@media (max-width: 991px){
570+
display: none !important;
571+
}
561572
}
562573
}
563574
}

0 commit comments

Comments
 (0)