0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Minor style fix for What's new notification

This commit is contained in:
Peter Zimon 2021-03-08 19:34:31 +01:00
parent 67a541d33b
commit 6ce4d53259

View file

@ -1311,11 +1311,11 @@
/* What's new badges
/* ---------------------------------------------------- */
.gh-whats-new-badge-account {
top: -4px;
top: -3px;
right: -4px;
border: 2px solid #fff;
width: 14px;
height: 14px;
border: 1px solid #fff;
width: 12px;
height: 12px;
}