diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 0213d5b8..f14b7d40 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -10,13 +10,15 @@ background-color: var(--cRed, $fallback--cRed); text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); border-radius: 99px; - min-width: 1.5em; - max-width: 1.5em; - min-height: 1.5em; - max-height: 1.5em; + min-width: 22px; + max-width: 22px; + min-height: 22px; + max-height: 22px; color: white; - font-size: 0.9em; + font-size: 15px; + line-height: 22px; text-align: center; + vertical-align: middle } .loadmore-error {