Add more foundation content

This commit is contained in:
2022-06-24 17:54:13 +02:00
parent 7bf64eb559
commit 93dc1fad82
3 changed files with 53 additions and 4 deletions

View File

@@ -444,10 +444,16 @@ h3:not(:first-child) {
margin-top: 1.5rem;
}
p + p {
p + p, p + ul {
margin-top: 1.5rem;
}
/* ul { */
/* @apply list-disc list-inside leading-relaxed; */
/* } */
*, ::before, ::after {
--tw-translate-x: 0;
--tw-translate-y: 0;
@@ -569,6 +575,10 @@ p + p {
margin-bottom: 0.5rem;
}
.ml-4 {
margin-left: 1rem;
}
.block {
display: block;
}