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*/
#phrase {
/*Always stack and center horizontally*/
display: inline-block !important;
width: auto !important;
text-align: center !important;
display: table-cell;
width: auto;
text-align: center;
justify-content: space-between !important;

View File

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