2023-02-15 02:23:20 +01:00
|
|
|
.header {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
2023-03-23 19:46:49 +01:00
|
|
|
margin-bottom: 20px;
|
2023-02-15 02:23:20 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.metrics {
|
|
|
|
display: flex;
|
2023-04-19 20:46:41 +02:00
|
|
|
flex-wrap: wrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.card {
|
|
|
|
justify-self: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media only screen and (max-width: 992px) {
|
|
|
|
.card {
|
|
|
|
flex-basis: calc(50% - 20px);
|
|
|
|
}
|
2023-02-15 02:23:20 +01:00
|
|
|
}
|