forked from ourworld_web/www_engage_os
style: adjust hero text size and hide solutions section on mobile
This commit is contained in:
@@ -31,7 +31,7 @@ const rotatingWords = [
|
|||||||
export function AboutHero() {
|
export function AboutHero() {
|
||||||
return (
|
return (
|
||||||
<section className="lg:max-w-6xl flex flex-col items-start justify-center min-h-[60vh] px-6 md:px-16 text-white">
|
<section className="lg:max-w-6xl flex flex-col items-start justify-center min-h-[60vh] px-6 md:px-16 text-white">
|
||||||
<h1 className="text-5xl lg:text-6xl font-medium leading-none">
|
<h1 className="text-4xl lg:text-6xl font-medium leading-none">
|
||||||
Building a Decentralized Internet for{" "}
|
Building a Decentralized Internet for{" "}
|
||||||
<TypeAnimation
|
<TypeAnimation
|
||||||
sequence={rotatingWords}
|
sequence={rotatingWords}
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ export function AboutSolutions() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<section
|
<section
|
||||||
className="relative bg-[#121212] text-gray-200 overflow-hidden"
|
className="relative hidden bg-[#121212] text-gray-200 overflow-hidden md:block"
|
||||||
style={
|
style={
|
||||||
{
|
{
|
||||||
"--cell": "4rem",
|
"--cell": "4rem",
|
||||||
|
|||||||
Reference in New Issue
Block a user