sync with local storage

This commit is contained in:
2023-05-22 00:19:46 +02:00
parent 6dd8c2d524
commit c2cbe513d1
14 changed files with 95 additions and 67 deletions

View File

@@ -5,14 +5,12 @@
@import '@fontsource/source-sans-pro/300';
html {
height: fill-available;
height: -webkit-fill-available;
height: stretch;
}
body {
min-height: 100vh;
min-height: fill-available;
min-height: -webkit-fill-available;
min-height: stretch;
font-family: 'Source Sans Pro', sans-serif;
overflow-y: scroll;
@apply flex flex-col bg-gray-100;