diff options
Diffstat (limited to 'sass/parts/_header.scss')
-rw-r--r-- | sass/parts/_header.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss index a11ff44..a258e9d 100644 --- a/sass/parts/_header.scss +++ b/sass/parts/_header.scss @@ -44,7 +44,7 @@ header{ white-space: nowrap; background: #ddd; border: 1px solid #ccc; - border-radius: 0 0 5px 5px; + @include border-radius(0 0 5px 5px); box-shadow: 0 4px 8px #DDDDDD; list-style: none; display: none; @@ -161,6 +161,12 @@ header{ &:last-of-type{ margin-right: 0; } + >a{ + padding: 15px 30px 15px 0; + &:only-child{ + padding-right: 0; + } + } } ul{ top: 40px; |