corda-checkers/webapp/src/components/Game/index.css
djmil 8056c38ad5 front: basic ui mockup
- more components
- more navigation

[bugfix] proxy routing
2023-10-24 20:35:27 +02:00

21 lines
301 B
CSS

.split {
width: 100%;
float: left;
}
.split .left {
float: left;
width: 45%;
/* max-width: 400px; */
/* height: 100px; */
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.split .right {
float: left;
width: 55%;
}