Skip to content

Commit

Permalink
mobile logo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaraBread committed Feb 20, 2024
1 parent 3192ccf commit e050283
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/app/(pages)/players/players.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@
border: 0.25rem solid var(--accent-color);
}

@media (max-width: 1000px) {
.players {
border: unset;
}
}

.audio_player {
padding: 2rem 2rem;
height: 100%;
Expand Down Expand Up @@ -54,6 +48,18 @@
aspect-ratio: 1.5;
}

@media (max-width: 1000px) {
.players {
border: unset;
}
.audio_player {
padding: 0;
}
.logo {
max-height: 10rem;
}
}

.logo:after {
content: '';
position: absolute;
Expand Down

0 comments on commit e050283

Please sign in to comment.