Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #602 from w3bdesign/development
Browse files Browse the repository at this point in the history
Versjon 1.1.4
  • Loading branch information
w3bdesign authored Apr 26, 2022
2 parents a58d28a + 50ee2f5 commit 66a0204
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@ const ProsjekterSingleProject = ({ projects }: IProject): JSX.Element => (
<div
data-cy="prosjektgrid"
data-testid="prosjektgrid"
className="grid gap-4 pt-4 pb-4 lg:px-0 xl:px-0 md:px-0 lg:grid-cols-2 sm:grid-cols-1 md:grid-cols-1 xs:grid-cols-1">
className="grid gap-4 pt-4 pb-4 lg:px-0 xl:px-0 md:px-0 lg:grid-cols-2 sm:grid-cols-1 md:grid-cols-1 xs:grid-cols-1"
>
{projects.map(({ id, name, description, subdescription, urlwww, urlgithub, projectimage }) => (
<div
key={id}
data-cy="projectdiv"
data-testid="projectdiv"
className="p-6 text-lg text-black bg-white rounded shadow">
className="p-6 text-lg text-black bg-white rounded shadow"
>
<BounceInScroll viewAmount={0.3}>
<h2 className="text-xl font-black text-center">{name}</h2>
<div className="mt-6 text-lg text-left lg:text-left md:text-left">
Expand Down

1 comment on commit 66a0204

@vercel
Copy link

@vercel vercel bot commented on 66a0204 Apr 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.