Compare commits

..

2 Commits

Author SHA1 Message Date
f89c302f84 scope css cleared 2025-12-07 23:02:16 +00:00
526482c8b5 added giest font 2025-12-07 23:01:47 +00:00
2 changed files with 2 additions and 4 deletions

View File

@@ -1,3 +1,5 @@
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap'); /* geist font */
@import "tailwindcss"; @import "tailwindcss";
@import "@nuxt/ui"; @import "@nuxt/ui";

View File

@@ -157,8 +157,4 @@ import { h } from 'vue'
<style scoped> <style scoped>
body {
overflow: hidden;
height: 100%;
}
</style> </style>