fix(aio): fix button alignment and jump
- Fix alignment on get started button on home page - Remove jump by removing arrow from learn more button on home page
This commit is contained in:

committed by
Pete Bacon Darwin

parent
b00b80a45b
commit
078a4b00a7
@ -57,7 +57,7 @@ section#intro {
|
||||
|
||||
button {
|
||||
margin: 0;
|
||||
display: inline-block;
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -146,16 +146,10 @@ section#intro {
|
||||
cursor: pointer;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 30px;
|
||||
height: 40px;
|
||||
justify-content: center;
|
||||
|
||||
&:hover {
|
||||
.material-icons {
|
||||
display: inline-block;
|
||||
color: $white;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
a {
|
||||
color: $white;
|
||||
opacity: 0.7;
|
||||
@ -247,7 +241,8 @@ section#intro {
|
||||
|
||||
button.hero-cta {
|
||||
border-radius: 48px;
|
||||
display: block;
|
||||
display: flex;
|
||||
height: 40px;
|
||||
box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
|
||||
cursor: pointer;
|
||||
|
||||
@ -280,7 +275,7 @@ aio-shell {
|
||||
padding: 32px;
|
||||
|
||||
@media (max-width: 800px) {
|
||||
padding: auto;
|
||||
padding: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user