This is a calculator app.

17 lines
198 B

5 years ago
.app {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
width: 100%;
}
.calc-wrapper {
width: 100%;
height: 100%;
}
.row {
display: flex;
width: 100%;
}