Currently the navigation sidebar elements are not aligned properly with the three bars for opening and closing the sidebar. This PR address that minor cleanup.
Fixes: https://tracker.ceph.com/issues/46621
Signed-off-by: Nizamudeen A <nia@redhat.com>
display: block;
font-size: 1.1em;
padding: 10px;
+ padding-left: 27px;
text-decoration: none;
ul ul a {
background: lighten(bd.$color-navbar-bg, 10);
font-size: 0.9em !important;
- padding-left: 30px !important;
+ padding-left: 40px !important;
}
.cd-navbar-primary a:focus {