2020-08-09 08:48:43 +02:00
|
|
|
.col {
|
|
|
|
flex: 2;
|
|
|
|
}
|
|
|
|
|
2020-08-07 11:27:12 +02:00
|
|
|
.buttons {
|
2022-03-02 04:28:44 +01:00
|
|
|
display: flex;
|
2020-08-07 11:27:12 +02:00
|
|
|
justify-content: flex-end;
|
2022-03-02 04:28:44 +01:00
|
|
|
width: 100%;
|
2020-08-07 11:27:12 +02:00
|
|
|
}
|
2022-02-20 02:08:43 +01:00
|
|
|
|
|
|
|
.detailLink {
|
|
|
|
width: 100%;
|
|
|
|
}
|