feat(doc): move crud

This commit is contained in:
thomas
2023-10-18 09:59:27 +02:00
parent 428e877c19
commit fc93515530
19 changed files with 32 additions and 26 deletions

View File

@@ -0,0 +1,10 @@
/* You can add global styles to this file, and also import other style files */
html,
body {
height: 100%;
}
body {
margin: 0;
font-family: Roboto, 'Helvetica Neue', sans-serif;
}