Skip to content

Commit

Permalink
Merge pull request #59 from IvanAmoros/aitor-film-festival
Browse files Browse the repository at this point in the history
Aitor film festival
  • Loading branch information
IvanAmoros authored Sep 22, 2024
2 parents 0bfb054 + 6fff0d8 commit 1a2afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FilmFestival.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const FilmFestival = () => {
component="h1"
sx={{
fontFamily: 'Lobster, cursive',
fontSize: shrinkHeader ? '24px' : '48px',
fontSize: shrinkHeader ? '24px' : '45px',
textAlign: 'center',
color: 'white',
transition: 'font-size 0.3s ease',
Expand Down

0 comments on commit 1a2afb0

Please sign in to comment.