fix(welcome-page): leverage existing table display to vertical align
This commit is contained in:
parent
bed9bd1d5a
commit
457b4255b9
|
@ -193,7 +193,8 @@
|
||||||
/*font-weight: bold;*/
|
/*font-weight: bold;*/
|
||||||
text-align: center;
|
text-align: center;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
padding: 50px 26px 0px 20px;
|
padding: 0px 26px 0px 20px;
|
||||||
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature_description
|
.feature_description
|
||||||
|
|
Loading…
Reference in New Issue