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*/
|
/*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;
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user