diff --git a/src/components/main/Header/style.scss b/src/components/main/Header/style.scss index 398b841c..f25b81c3 100644 --- a/src/components/main/Header/style.scss +++ b/src/components/main/Header/style.scss @@ -93,13 +93,12 @@ &::after { content: ' '; position: absolute; - width: 8px; - height: 8px; + width: 6px; + height: 6px; border-radius: 4px; - background: $red; - left: 50%; - bottom: -2px; - transform: translate(-50%, 0); + background: lighten($red, 10%); + right: 12px; + top: 6px; transition: opacity 0.5s; opacity: 0; }