feat(landing): a little better landing

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

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

View file

@ -266,6 +266,11 @@
.history-component__content {
}
.history-carousel {
background: rgba(1, 1, 1, 0.05);
}
.history-container {
.double-horizontal-image-container {
display: grid;

View file

@ -39,10 +39,12 @@
@media (max-width: $sm-breakpoint) {
.page-container {
width: 100%;
padding: 0 .8rem;
padding-left: .8rem;
padding-right: .8rem;
}
.page-full {
padding: 0 .8rem;
padding-left: .8rem;
padding-right: .8rem;
}
}