feat: add page with resources for Libertarianism

This commit is contained in:
Stefan Imhoff
2024-10-09 11:39:47 +02:00
parent 604d200a6f
commit 2776dd464d
7 changed files with 167 additions and 11 deletions

View File

@@ -177,6 +177,21 @@
.icon {
@apply fill-shibui-950 dark:fill-shibui-200/[0.87];
}
.multicolumns > h2 {
break-inside: avoid;
break-after: avoid;
}
.multicolumns > h2 + ul,
.multicolumns > h2 + h3 {
break-inside: avoid;
break-after: avoid;
}
.multicol-span {
column-span: all;
}
}
@layer components {