feature: Add new child pages block

This commit is contained in:
Keith Solomon
2025-09-26 13:32:58 -05:00
parent 06801182f5
commit 8ad0da9163
8 changed files with 781 additions and 2528 deletions

View File

@@ -3,12 +3,13 @@
@import "../../static/dist/theme.css";
body {
font-family: 'Raleway', sans-serif;
font-family: 'Raleway', sans-serif;
&.wp-admin {
height: fit-content !important;
min-height: 100vh !important;
}
#wpwrap {
@layer utilities {
table.fixed { table-layout: fixed; position: static; }
}
}
}
#wpbody ul, ol, ul li, ol li { list-style-type: none; }