mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
New Text Component, new pages
This commit is contained in:
7
components/ui/Text/Text.module.css
Normal file
7
components/ui/Text/Text.module.css
Normal file
@@ -0,0 +1,7 @@
|
||||
.body {
|
||||
@apply text-lg leading-7 font-medium max-w-6xl mx-auto;
|
||||
}
|
||||
|
||||
.heading {
|
||||
@apply text-5xl mb-12;
|
||||
}
|
Reference in New Issue
Block a user