Comprehensively update user manual and contributor guide, add Adam to core team

This commit is contained in:
Keavon Chambers
2025-01-08 03:52:11 -08:00
parent 9eb544df74
commit 93a60daa24
76 changed files with 931 additions and 685 deletions
+5
View File
@@ -381,6 +381,7 @@ p ~ :is(h1, h2, h3, h4, details summary, blockquote, .image-comparison, .video-b
.video-embed + :is(p, .link, .button),
p + p > .button,
p + :is(.link, section),
table td p ~ p,
img + .link,
article {
margin-top: 20px;
@@ -500,6 +501,10 @@ table {
th:empty {
border: none;
}
:is(h1, h2, h3, h4, h5, h6) + & {
margin-top: 0;
}
}
ul,