fix(aio): fix home learn more button alignment (#17154)
This commit is contained in:
parent
47e4fca7fd
commit
1338995ee9
|
@ -144,6 +144,10 @@ section#intro {
|
||||||
border-radius: 48px;
|
border-radius: 48px;
|
||||||
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
|
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
height: 30px;
|
||||||
|
justify-content: center;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
.material-icons {
|
.material-icons {
|
||||||
|
|
Loading…
Reference in New Issue