Basic calendar view

This commit is contained in:
2023-11-24 00:12:58 -05:00
parent a6540a2a02
commit 8200bcde52
30 changed files with 406 additions and 57 deletions

4
src/css/app.sass Normal file
View File

@@ -0,0 +1,4 @@
// app global css in SASS form
.mobile-card
width: 100%
max-width: 450px

View File

@@ -1 +0,0 @@
// app global css in SCSS form