From 8d3283e2a5dc49b9e9daa926c798efcb68bcec5e Mon Sep 17 00:00:00 2001 From: syuilo Date: Tue, 24 Jan 2023 17:25:52 +0900 Subject: [PATCH] tweak ti style --- packages/frontend/src/style.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index 5d539a0f03..aa4efe3052 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -127,11 +127,13 @@ hr { } .ti { - vertical-align: -70%; - line-height: 0.5em; + vertical-align: -40%; + line-height: 1em; &:before { - font-size: 150%; + display: inline-block; + font-size: 165%; + width: 0.74em; } }