From 0beb89450d1a71849fb0c29c102b28371e6e1f52 Mon Sep 17 00:00:00 2001 From: odracirdev Date: Thu, 17 Oct 2024 20:48:34 -0300 Subject: [PATCH] fix: :ambulance: adjust volunteer responsive title --- src/sections/Volunteer.astro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/sections/Volunteer.astro b/src/sections/Volunteer.astro index 374b8ca..74c032e 100644 --- a/src/sections/Volunteer.astro +++ b/src/sections/Volunteer.astro @@ -53,8 +53,10 @@ import { volunteers } from '@data/team.data'; @media (width < 768px) { section { - & header h1 { - font-size: 2.188em; + & .container { + & header h1 { + font-size: 2.188em; + } } & .cards-container {