feat: theme revisions

This commit is contained in:
Devin Haska 2024-02-12 09:10:46 -08:00
parent 2eed920716
commit c86f0d7f04
20 changed files with 243 additions and 103 deletions

View file

@ -26,3 +26,7 @@
.flex-nowrap {
flex-wrap: nowrap;
}
.flex-1 {
flex: 1;
}