Maxime Sallerin 1b00162de2
Preprod (#186)
Co-authored-by: Vins <vincent.alamelle@smart-chain.fr>
2024-09-24 16:51:23 +02:00

22 lines
377 B
SCSS

@import "@Themes/constants.scss";
.root {
display: flex;
justify-content: space-between;
align-items: center;
align-self: stretch;
flex-wrap: wrap;
.title {
display: flex;
flex-direction: column;
gap: var(--spacing-sm, 8px);
}
@media screen and (max-width: $screen-s) {
flex-direction: column;
gap: var(--spacing-md, 16px);
align-items: flex-start;
}
}