summaryrefslogtreecommitdiffstats
path: root/sass/parts/_header.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/parts/_header.scss')
-rw-r--r--sass/parts/_header.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/sass/parts/_header.scss b/sass/parts/_header.scss
index 783c6a3..5a51d05 100644
--- a/sass/parts/_header.scss
+++ b/sass/parts/_header.scss
@@ -5,6 +5,7 @@ $header-height: 30px;
height: $header-height;
padding: 30px 0;
border-bottom: 1px solid $color-gray04;
+ @include border-radius(10px 10px 0 0);
line-height: $header-height;
@media screen and (max-width: 1040px){
height: auto;