feat(landing): a little better landing

This commit is contained in:
Matthieu Bessat 2024-01-11 08:56:39 +01:00
parent 6e5b7cb7b5
commit 70a8884495
5 changed files with 32 additions and 6 deletions

View file

@ -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;
}
}