monorepo/visions/ui/src/components/Tabletop/Tabletop.css

12 lines
149 B
CSS

.playing-field {
display: flex;
}
.playing-field__background {
max-width: 50%;
}
.playing-field__background > img {
max-width: 100%;
}