-
-
Notifications
You must be signed in to change notification settings - Fork 324
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
export function TypographyDefault() { | ||
return ( | ||
<p className="block font-sans text-base font-light leading-relaxed text-inherit antialiased"> | ||
Material Tailwind is an easy to use components library for Tailwind CSS | ||
and Material Design. It provides a simple way to customize your | ||
components, you can change the colors, fonts, breakpoints and everything | ||
you need. | ||
<p className="font-light leading-relaxed mx-auto text-slate-500 lg:text-lg text-base max-w-3xl"> | ||
The time is now for it to be okay to be great. For being a bright color. | ||
For standing out. Get ready to experience a new level of performance and functionality. | ||
</p> | ||
); | ||
} |