prototype report page

This commit is contained in:
2025-12-28 14:38:06 -07:00
parent 49bbe281df
commit 051cf1da5d
13 changed files with 330 additions and 17 deletions
+10
View File
@@ -0,0 +1,10 @@
ul, ol {
/* remove default agent spacing */
margin: 0;
padding: 0;
list-style: none;
& > li {
display: inline-block;
}
}