diff --git a/src/app/styles/header.scss b/src/app/styles/header.scss index 5de3dc4..8223f96 100644 --- a/src/app/styles/header.scss +++ b/src/app/styles/header.scss @@ -270,16 +270,16 @@ position: absolute; right: -5px; bottom: -5px; - width: 20px; - height: 20px; - border-radius: 50%; +/* width: 22px; + height: 22px; */ + border-radius: 15px; background: v.$red; color: v.$white; display: flex; justify-content: center; align-items: center; font-size: 12px; - padding-top: 1px; + padding: 2px 5px; } }