diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-09 13:21:11 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2023-02-09 13:21:11 +0900 |
| commit | cd1f2adca7a65b74eb85a3f1c73471d608f996a4 (patch) | |
| tree | f546da0326f4f50e2d90b1693acafcee010842ec | |
| parent | 13.5.3 (diff) | |
| download | sharkey-cd1f2adca7a65b74eb85a3f1c73471d608f996a4.tar.gz sharkey-cd1f2adca7a65b74eb85a3f1c73471d608f996a4.tar.bz2 sharkey-cd1f2adca7a65b74eb85a3f1c73471d608f996a4.zip | |
:art:
| -rw-r--r-- | packages/frontend/src/style.scss | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/frontend/src/style.scss b/packages/frontend/src/style.scss index 7e8996f5df..5a465d7873 100644 --- a/packages/frontend/src/style.scss +++ b/packages/frontend/src/style.scss @@ -127,12 +127,11 @@ hr { } .ti { - vertical-align: -14%; + vertical-align: -12%; line-height: 1em; &:before { - display: inline-block; - font-size: 130%; + font-size: 128%; } } |