10 lines
148 B
SCSS
10 lines
148 B
SCSS
.template-selection-container {
|
|
flex-direction: row;
|
|
gap: 24px;
|
|
|
|
@media (max-width: 550px) {
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
}
|
|
}
|