w-aura/src/components/PriceList/styles.module.css
2023-08-25 03:57:54 +04:00

5 lines
94 B
CSS

.container {
display: flex;
flex-direction: row;
justify-content: space-between;
}