forked from extern/the-glorious-startpage
cleanup and center phrases horizontally
This commit is contained in:
parent
1c2e58db3d
commit
33ae0f6412
@ -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;
|
||||
|
||||
|
@ -19,6 +19,8 @@
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
|
||||
/*Font rendering*/
|
||||
-webkit-font-smoothing: antialiased !important;
|
||||
-moz-osx-font-smoothing: grayscale !important;
|
||||
|
Loading…
Reference in New Issue
Block a user