diff --git a/src/components/HeaderMenu/index.scss b/src/components/HeaderMenu/index.scss index eace6994..2b6a736d 100644 --- a/src/components/HeaderMenu/index.scss +++ b/src/components/HeaderMenu/index.scss @@ -4,14 +4,14 @@ display: none; min-width: 140px; position: absolute; - top: $unit * 4; + top: $unit * 5; // This shouldn't be hardcoded. How to calculate it? z-index: 1; } .MenuItem { color: $grey-10; font-weight: $medium; - padding: 6px 12px; + padding: 10px; &:hover { background: $grey-90; @@ -29,7 +29,7 @@ } .MenuGroup { - border-bottom: 2px solid #f5f5f5; + border-bottom: 1px solid #f5f5f5; &:first-child .MenuItem:first-child:hover { border-top-left-radius: 6px;