Skip to content

Commit

Permalink
Fix overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Oct 14, 2024
1 parent 43162d1 commit 21eb070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/intro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default function Intro() {
return (
<section className="relative h-[110vh] bg-blue-900">
<HeroVideo />
<Lines verticalClassName="left-8" sectionName='intro' columns={[64, 254, 270, 430, 1074]} rows={[204, 444, 516, 559, 598]} />
<Lines verticalClassName="left-8 w-[calc(100vh-16px)]" sectionName='intro' columns={[64, 254, 270, 430, 1074]} rows={[204, 444, 516, 559, 598]} />
<div className='container relative pt-[198px] space-y-[30px] pl-24'>
<h1 className='max-w-[1012px]'>
<div className="text-light-green text-5xl font-semibold">Digital Twins: </div>
Expand Down

0 comments on commit 21eb070

Please sign in to comment.