fix: align the right side in small screen

This commit is contained in:
2022-10-21 14:33:19 +02:00
parent 35ce682f53
commit d475024df8

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%;