diff options
Diffstat (limited to 'src/pages/index.tsx')
-rw-r--r-- | src/pages/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 5106ee9..5def31f 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -63,7 +63,7 @@ function HomepageHeader() { <div className="relative text-center mx-auto my-10"> <Link to="/docs/intro"> <Button color="yellow" rounded="full" size="lg"> - <h2 className="mx-4 my-2 text-2xl">Read the Dogma</h2> + <h2 className="mx-4 my-2 sm:text-2xl text-xl">Read the Dogma</h2> </Button> </Link> </div> |