🐛 Forgot

This commit is contained in:
Maxime Lalo 2023-07-17 16:29:37 +02:00
parent 44d934f288
commit c256f7c5ad

View File

@ -5,6 +5,12 @@
display: flex;
justify-content: space-between;
align-items: flex-end;
@media (max-width: $screen-l) {
flex-direction: column;
align-items: flex-start;
gap: 24px;
}
}
.subtitle {