mirror of https://github.com/docker/docs.git
increase padding in menu on mobile
Signed-off-by: Jérémie Drouet <jeremie.drouet@gmail.com>
This commit is contained in:
parent
b1df140e4f
commit
dcaf916b9f
|
@ -113,11 +113,16 @@
|
|||
|
||||
.nav-sidebar ul {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
padding: 0px 15px;
|
||||
text-align: left;
|
||||
|
||||
li {
|
||||
display: block;
|
||||
}
|
||||
|
||||
@include lg-width {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.nav-sidebar .nav ul {
|
||||
|
|
Loading…
Reference in New Issue