This commit is contained in:
Markus 2025-06-06 18:12:46 +02:00
commit 1d8da2b6dd
824 changed files with 76366 additions and 0 deletions

View file

@ -0,0 +1,22 @@
.table {
width: 100%;
max-width: 100%;
margin-bottom: 1rem;
background-color: transparent;
}
.table td {
vertical-align: top;
padding: 10px;
}
.col-1 {
width: 30%;
vertical-align: top;
}
.col-2 {
width: 70%;
vertical-align: top;
}