Skip to content

Commit

Permalink
carousel v2 fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
allandrs committed Dec 5, 2024
1 parent 4d4d26e commit 36b8c9e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion src/components/projects.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import Carousel from "./carousel"
export default function Projects() {
return (
<>
<div id="portfolio" className="ctner h-[500px] md:h-[450px] bg-[#0b112b]">
<div id="portfolio" className="ctner h-[450px] bg-[#0b112b]">
<div className="flex flex-col items-center pt-16 mx-2 md:mx-4 ">
<h1 className="text-3xl font-extrabold text-white text-center">
Alguns de <span className="text-[#06d2dd]"> nossos </span>projetos
Expand Down
7 changes: 0 additions & 7 deletions src/style/carousel.css

This file was deleted.

0 comments on commit 36b8c9e

Please sign in to comment.