mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-17 10:01:48 +02:00
Resize font on hero section
This commit is contained in:
parent
22a9ab0c77
commit
debd463ddd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ const Hero: React.VoidFunctionComponent = () => {
|
||||||
return (
|
return (
|
||||||
<div className="lg:flex p-8 items-end max-w-7xl mx-auto">
|
<div className="lg:flex p-8 items-end max-w-7xl mx-auto">
|
||||||
<div className="my-8 text-center lg:text-left">
|
<div className="my-8 text-center lg:text-left">
|
||||||
<h1 className="text-5xl font-bold">
|
<h1 className="text-4xl sm:text-5xl font-bold">
|
||||||
Schedule
|
Schedule
|
||||||
<br />
|
<br />
|
||||||
<span className="text-indigo-500">group meetings</span>
|
<span className="text-indigo-500">group meetings</span>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue