mirror of
https://github.com/sigmasternchen/mobmash.click
synced 2025-03-15 16:19:02 +00:00
22 lines
No EOL
289 B
CSS
22 lines
No EOL
289 B
CSS
.selection {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
max-width: 800px;
|
|
}
|
|
|
|
.separator {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.mob {
|
|
background-color: green;
|
|
width: 40%;
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.mob img {
|
|
width: 80%;
|
|
} |