mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 01:38:28 +00:00
fix: add spacing to bottom of page
This commit is contained in:
parent
ff1d728882
commit
219ecbbe21
1 changed files with 3 additions and 0 deletions
|
|
@ -144,6 +144,9 @@ export default function IndexPage() {
|
|||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div className="md:py-18 container py-12 lg:py-24">
|
||||
<hr className="border-slate-100" />
|
||||
</div>
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue