Skip to content

Commit

Permalink
define background color and min page height
Browse files Browse the repository at this point in the history
  • Loading branch information
GMBueno committed Oct 15, 2024
1 parent 67ff2c1 commit 8d0dfd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<Posthog />
</ClientOnly>

<main>
<main class="min-h-screen dark:bg-neutral-900">
<Navbar class="" />
<NuxtPage class="" />
</main>
Expand Down
2 changes: 1 addition & 1 deletion pages/pricing.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<section class="w-full py-16 bg-gray-800">
<section class="w-full py-16">
<div class="container mx-auto">
<h2 class="text-3xl font-bold text-center mb-8">Choose Your Plan</h2>
<LazyScriptStripePricingTable
Expand Down

0 comments on commit 8d0dfd5

Please sign in to comment.