🐛 Forgot
This commit is contained in:
parent
44d934f288
commit
c256f7c5ad
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user