2021-07-10 21:02:48 +02:00
|
|
|
/*
|
|
|
|
* SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: MIT
|
|
|
|
*/
|
|
|
|
|
|
|
|
.ds4-biography-tab-content {
|
2023-07-10 22:23:13 +02:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 1fr 3fr;
|
|
|
|
column-gap: 1em;
|
2021-07-10 21:02:48 +02:00
|
|
|
}
|