quickstarts/distributed-calculator/react-calculator/client/src/component/App.css

7 lines
97 B
CSS

.component-app {
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 100%;
}