Skip to content

Commit

Permalink
fix: footer issue in POi alligned in Desktop view (deriv-com#16026)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhruv-deriv authored and likhith-deriv committed Jul 10, 2024
1 parent fd49470 commit f73c274
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -897,6 +897,9 @@
justify-content: flex-end;
bottom: 0;

@include desktop-screen {
max-width: 68.2rem;
}
@include mobile-or-tablet-screen {
flex-direction: row;
width: 100%;
Expand Down

0 comments on commit f73c274

Please sign in to comment.