fix: align the right side in small screen

feat/integration_ideo
Nicolas Doby 2022-10-21 14:33:19 +02:00
parent 35ce682f53
commit d475024df8
1 changed files with 2 additions and 1 deletions

View File

@ -406,8 +406,9 @@ pre[class*="language-diff-"] {
left: unset; left: unset;
height: unset; height: unset;
width: 100%; width: 100%;
max-width: unset; max-width: 50rem;
padding-left: 0; padding-left: 0;
margin: 0 auto;
} }
.nav-right { .nav-right {
width: 100%; width: 100%;