12 lines
149 B
CSS
12 lines
149 B
CSS
.playing-field {
|
|
display: flex;
|
|
}
|
|
|
|
.playing-field__background {
|
|
max-width: 50%;
|
|
}
|
|
|
|
.playing-field__background > img {
|
|
max-width: 100%;
|
|
}
|