Skip to content

Commit

Permalink
Fix lines on lintro
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Oct 14, 2024
1 parent f1a1917 commit 5c70e04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const fontSans = Roboto({

import ContextWrapper from "@/app/contextWrapper";
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Barcelona Supercomputing Center",
description: "Barcelona Supercomputing Center",
};

export default function RootLayout({
Expand Down
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 w-[calc(100vh-16px)]" 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, 602]} />
<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 5c70e04

Please sign in to comment.