Update src/components/Hero.jsx
Signed-off-by: Toastie <toastie@toastielab.xyz>
This commit is contained in:
parent
d687d7b2a9
commit
fb6cbba116
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ export const Hero = () => {
|
||||||
transition={{ duration: 0.5, delay: 0.05 }}
|
transition={{ duration: 0.5, delay: 0.05 }}
|
||||||
>
|
>
|
||||||
<div className="text-5xl sm:text-6xl lg:text-7xl xl:text-7xl font-bold tracking-wide text-white px-8 sm:px-8 md:px-20 lg:px-4">
|
<div className="text-5xl sm:text-6xl lg:text-7xl xl:text-7xl font-bold tracking-wide text-white px-8 sm:px-8 md:px-20 lg:px-4">
|
||||||
<span className="inline md:hidden">The Hosting</span>{" "}
|
<span className="inline md:hidden">The Game</span>{" "}
|
||||||
<span className="hidden md:inline">The Hosting</span>
|
<span className="hidden md:inline">The Game</span>
|
||||||
</div>
|
</div>
|
||||||
<div className="mt-2 sm:mt-2 text-4xl sm:text-6xl lg:text-7xl xl:text-7xl font-bold tracking-wide text-white px-8 sm:px-20 md:px-24 lg:px-24">
|
<div className="mt-2 sm:mt-2 text-4xl sm:text-6xl lg:text-7xl xl:text-7xl font-bold tracking-wide text-white px-8 sm:px-20 md:px-24 lg:px-24">
|
||||||
Company
|
Company
|
||||||
|
|
Loading…
Reference in a new issue