Skip to content

Commit

Permalink
fix: reponsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
Animeshdj committed Oct 16, 2024
1 parent b86c18f commit 2ee8cf0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/shows/profshow.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
mix-blend-mode: difference;
user-select: none;

@media screen and (max-height: 900px) {
font-size: 240px !important;
line-height: 150px !important;
}

@media screen and (max-width: 4000px) {
font-size: 644px;
line-height: 400px;
Expand Down

0 comments on commit 2ee8cf0

Please sign in to comment.