fix(landing): minor style change

This commit is contained in:
Matthieu Bessat 2024-03-07 23:00:26 +01:00
parent 9e9049e691
commit 613ee9e549
4 changed files with 29 additions and 8 deletions

View file

@ -344,6 +344,18 @@
}
}
.organization-content {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 2rem;
padding-top: 2rem;
padding-bottom: 2rem;
img {
border-radius: 3px;
}
}
@media (max-width: $md-breakpoint) {
.cover__back {
background-position-y: 0;