diff --git a/css/auto-suggestion.css b/css/auto-suggestion.css index f600d92..9688229 100644 --- a/css/auto-suggestion.css +++ b/css/auto-suggestion.css @@ -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; diff --git a/css/base.css b/css/base.css index 980e96b..c70fb5c 100644 --- a/css/base.css +++ b/css/base.css @@ -19,6 +19,8 @@ } * { + box-sizing: border-box; + /*Font rendering*/ -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important;