feat(landing): a little better landing
This commit is contained in:
parent
6e5b7cb7b5
commit
70a8884495
5 changed files with 32 additions and 6 deletions
|
|
@ -174,4 +174,23 @@ img {
|
|||
display: flex;
|
||||
justify-content: flex-end;
|
||||
padding-bottom: 1.5rem;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
|
||||
figure {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.layout-two-spaced {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
padding: 1.5rem 0;
|
||||
}
|
||||
|
||||
@media (max-width: $md-breakpoint) {
|
||||
.layout-two-spaced {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue