docs: add data format section to version 1

This commit is contained in:
Stevan Freeborn
2023-04-22 15:31:06 -05:00
parent a8d160b340
commit f9e479d053
4 changed files with 226 additions and 2 deletions
+7 -2
View File
@@ -22,8 +22,13 @@
min-width: 0;
width: 100%;
max-width: 600px;
position: sticky;
top: 5rem;
}
@media screen and (min-width: 1000px) {
.container>article {
position: sticky;
top: 5rem;
}
}
.container>article>p {