diff --git a/components/navigation.less b/components/navigation.less index 2b047c2..1d22539 100644 --- a/components/navigation.less +++ b/components/navigation.less @@ -35,11 +35,6 @@ top: 0; right: 0; width: 100%; - - h3 { - margin: 0; - padding: 0; - } } /* Navigation Containers */ diff --git a/components/tabs.less b/components/tabs.less index 2b5c64d..b000613 100644 --- a/components/tabs.less +++ b/components/tabs.less @@ -107,10 +107,12 @@ background-position: bottom right; font-size: 1em; height: 2.5em; - // `padding-right` >= `1px` effectively moves the "background border" outside of the element to act like a real - // border. It is necessary for `.vectorMenu .menu` dropdown to align well. - padding-right: 0.5em; // equals `8px` at computed `font-size` of `14px` as visually harmonically with `padding-left` in `.vectorMenu h3 span` - margin-right: -1px; + // `padding-right` >= `1px` effectively moves the "background border" outside of the element to + // act like a real border. It is necessary for `.vectorMenu .menu` dropdown to align well. + // 0.5em equals `8px` at computed `font-size` of `14px` as visually harmonically with + // `padding-left` in `.vectorMenu h3 span` + padding: 0 0.5em 0 0; + margin: 0 -1px 0 0; } .vectorMenu h3 {