Skip to content

Commit

Permalink
🚧 kill me now
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Sep 2, 2024
1 parent 7f7df76 commit 0c28aa3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/logo/LogoText.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="flex items-center">
<div class="font-extrabold text-primary-900 dark:text-primary-100">fume</div>
<div class="font-extrabold text-primary-900 dark:text-primary-700 -mx-1">.</div>
<div class="font-extrabold text-primary-900 dark:text-primary-200 -mx-1">.</div>
<div class="font-extrabold text-primary-600 dark:text-primary-300">bio</div>
</div>
</template>
3 changes: 2 additions & 1 deletion app/pages/label.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
definePageMeta({
layout: 'bare',
})
const dims = { width: 45, height: 20 }
</script>

<template>
<div class="w-screen h-screen flex items-center justify-center">
<div class="flex items-start bg-red-500" style="width: 80mm; height: 80mm; ">
<div class="flex items-center border border-white" :style="`width: ${dims.width * 4}mm; height: ${dims.height * 4}mm;` ">
<logo-bio class="w-52 h-52" />
<div class="flex flex-col space-y-3 my-3">
<logo-text class="text-5xl" />
Expand Down
2 changes: 1 addition & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
// devtools: { enabled: true },
extends: ['@nuxt/ui-pro'],
modules: [
'@nuxt/ui',
Expand Down

0 comments on commit 0c28aa3

Please sign in to comment.