Update style.scss

This commit is contained in:
syuilo 2022-12-20 10:37:01 +09:00
parent 2fa0f3abbd
commit 569d380769

View file

@ -120,14 +120,16 @@ hr {
} }
.ti { .ti {
font-size: 130%; vertical-align: -10%;
vertical-align: text-bottom;
line-height: 0.9em; line-height: 0.9em;
&:before {
font-size: 130%;
}
} }
.ti-fw { .ti-fw {
display: inline-block; display: inline-block;
width: 1em;
text-align: center; text-align: center;
} }