fix: align the right side in small screen
parent
35ce682f53
commit
d475024df8
|
@ -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%;
|
||||||
|
|
Loading…
Reference in New Issue