mirror of https://github.com/docker/docs.git
fix divider size in menu
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
This commit is contained in:
parent
dcaf916b9f
commit
1ba7ce7b47
|
@ -391,7 +391,7 @@ input:checked+.slider:before {
|
|||
|
||||
.divider {
|
||||
height: 1px;
|
||||
margin: 9px 35px;
|
||||
margin: 9px 29px;
|
||||
overflow: hidden;
|
||||
background-color: #077CBC;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue