Skip to content

Commit

Permalink
Fix tabs layout left menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kirill-stupakov committed Apr 26, 2024
1 parent 8885254 commit ec0fc03
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@
}

.left {
flex-shrink: 0;
max-width: 480px;
padding: 64px;

@media (max-width: 1200px) {
width: 100%;
max-width: none;
height: auto;
padding: 32px 64px 0;
}
Expand Down

0 comments on commit ec0fc03

Please sign in to comment.