diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 75e484d9..253b2499 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -77,6 +77,14 @@ width: 200px; } +.menu__list-item:has(.header-icon-link) { + float: left; +} + +.menu__list-item:has(.header-icon-link) .header-icon-link { + margin-top: 10px; +} + .header-icon-link::before { content: ''; width: 24px;