commit e76c322f34734fd15a743a63ccdbff74358fb586
parent d4607fe4b01793c6f6ca0ef43f60efc084e84393
Author: FIGBERT <figbert@figbert.com>
Date: Sun, 16 Aug 2020 19:29:44 -0700
:lipstick: Change emoji width from % to rem
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/global.css b/static/global.css
@@ -85,12 +85,12 @@ h6::before {
}
.emoji {
- width: 4%;
+ width: 2rem;
vertical-align: middle;
}
.anchor {
- width: 2.5%;
+ width: 1rem;
vertical-align: top;
transform: rotate(-45deg);
}