w-aura/src/components/PriceList/styles.module.css
2024-01-30 17:59:31 +00:00

7 lines
104 B
CSS
Executable File

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