A few things, edited Kolloquium Page

This commit is contained in:
Simon Martens
2022-12-09 09:53:31 +01:00
parent 84357507c5
commit 3797a25828
6 changed files with 304 additions and 72 deletions

View File

@@ -95,6 +95,30 @@ body {
.topnav.responsive {
@apply mt-4 text-base;
}
table tr td {
@apply pr-4 pt-1 pb-1 pl-2
}
table tr {
@apply pt-2
}
table tr:nth-child(2n+1) {
@apply bg-slate-100
}
table tr td:nth-of-type(2) {
@apply border-l-2
}
}
table {
empty-cells: show;
}
td {
vertical-align: top;
}
ul {