Skip to content

Commit

Permalink
fix: 🚑 adjust volunteer responsive title
Browse files Browse the repository at this point in the history
  • Loading branch information
odracirdev committed Oct 17, 2024
1 parent fd61a91 commit 0beb894
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/sections/Volunteer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0beb894

Please sign in to comment.