Skip to content

Commit

Permalink
make "And You" font slightly bigger on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
toBeOfUse committed Feb 13, 2024
1 parent 614f83a commit e94c50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public-frontend/src/components/sponsors.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ a:has(.item) {
font-size: 2rem;
display: flex; align-items: center; justify-content: center;
@media (max-width: 600px) {
font-size: 1rem;
font-size: 1.3rem;
}
}
</style>

0 comments on commit e94c50d

Please sign in to comment.