fix(aio): fix home learn more button alignment (#17154)

This commit is contained in:
Stefanie Fluin 2017-06-01 09:37:42 -07:00 committed by Victor Berchet
parent 47e4fca7fd
commit 1338995ee9
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@ section#intro {
border-radius: 48px;
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
cursor: pointer;
display: flex;
align-items: center;
height: 30px;
justify-content: center;
&:hover {
.material-icons {