This commit is contained in:
2025-01-23 14:08:25 +01:00
parent c8eaef7c36
commit bd657eb7ea
10 changed files with 90 additions and 75 deletions

View File

@@ -21,7 +21,7 @@ export default function Projects() {
}, []);
return (
<section id="projects" className="p-10 bg-gray-100 dark:bg-gray-800">
<section id="projects" className="p-10">
<h2 className="text-3xl font-bold text-center text-gray-800 dark:text-white">
Projects
</h2>
@@ -29,7 +29,7 @@ export default function Projects() {
{projects.map((project) => (
<div
key={project.id}
className="p-4 border rounded shadow-lg bg-white dark:bg-gray-700"
className="p-4 border rounded shadow-lg "
>
<h3 className="text-2xl font-bold text-gray-800 dark:text-white">
{project.title}