Files
calculatorEstateSolution/src/components/CalculatorComponent/CalculatorComponent.css
T
VyacheslavShtyrlin 4c65362cce added DraggableGallery
2023-02-13 23:18:11 +05:00

6 lines
76 B
CSS

.calculator-layout {
display: flex;
flex-direction: row;
gap: 32px;
}