Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: back icon position
Browse files Browse the repository at this point in the history
  • Loading branch information
pupixipup committed Feb 11, 2024
1 parent b883435 commit 8da9a84
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions client/src/app/(main)/[username]/profile/layout.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@
opacity: .7;
transition: .3s;
}
@media (max-width: 1127px) {
left: 0;
}
@media (max-width: 790px) {
right: 0;
left: unset;
}
}

0 comments on commit 8da9a84

Please sign in to comment.