cleanup and center phrases horizontally

This commit is contained in:
Gerome Matilla 2020-06-11 08:31:23 +08:00
parent 1c2e58db3d
commit 33ae0f6412
2 changed files with 5 additions and 3 deletions

View File

@ -98,9 +98,9 @@
/*The Li*/ /*The Li*/
#phrase { #phrase {
/*Always stack and center horizontally*/ /*Always stack and center horizontally*/
display: inline-block !important; display: table-cell;
width: auto !important; width: auto;
text-align: center !important; text-align: center;
justify-content: space-between !important; justify-content: space-between !important;

View File

@ -19,6 +19,8 @@
} }
* { * {
box-sizing: border-box;
/*Font rendering*/ /*Font rendering*/
-webkit-font-smoothing: antialiased !important; -webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important; -moz-osx-font-smoothing: grayscale !important;