From 7ac4e7c52ef0449d9dd8f54de00437dfab0009b3 Mon Sep 17 00:00:00 2001 From: colmedev Date: Wed, 5 Jun 2024 18:32:59 -0400 Subject: [PATCH] style(styles): change the width of the hobbie card --- src/pages/about-me/_Sections/Hobies/Hobbies.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/about-me/_Sections/Hobies/Hobbies.astro b/src/pages/about-me/_Sections/Hobies/Hobbies.astro index f12ada8..c6f77db 100644 --- a/src/pages/about-me/_Sections/Hobies/Hobbies.astro +++ b/src/pages/about-me/_Sections/Hobies/Hobbies.astro @@ -385,7 +385,7 @@ import { Tooltip } from '@components'; grid-template-columns: repeat(1, 1fr); .hobbie-card { - width: 95%; + width: 100%; &:nth-child(3) { flex-direction: column;