Files
bridzik/api/static/style.css
T
2021-04-18 17:40:37 +02:00

32 lines
413 B
CSS

#header {
display: flex;
max-width: 600px;
}
#header>div {
flex: 1;
padding: 10px;
border: 2px solid grey;
}
.state_row_header {
white-space: nowrap;
text-align: right;
}
.points {
text-align: center;
}
#wrapper {
display: grid;
grid-template-columns: 1fr 250px;
grid-template-rows: 1fr;
grid-gap: 10px;
}
.card_display {
width: 82px;
height: 150px;
}