2021-06-26 22:02:00 +02:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
2021-04-13 23:43:22 +02:00
|
|
|
.ds4-checks {
|
2021-04-20 22:38:00 +02:00
|
|
|
column-gap: 2em;
|
2021-04-20 23:01:33 +02:00
|
|
|
display: grid;
|
2021-04-20 22:38:00 +02:00
|
|
|
grid-template-columns: repeat(auto-fit, minmax(11em, 1fr));
|
|
|
|
row-gap: 0.25em;
|
2021-04-13 23:43:22 +02:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|