fix: align the right side in small screen
This commit is contained in:
@@ -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%;
|
||||||
|
Reference in New Issue
Block a user