Merge pull request #1969 from slumbering/issue#1935-horizontal-scrollbar-docs
reduce main wrapper padding + sidebar width to avoid horizontal scrolling
This commit is contained in:
commit
265cf9c526
@ -310,15 +310,6 @@ h1[class^="h1Heading"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* sidebar */
|
/* sidebar */
|
||||||
@include desktop {
|
|
||||||
aside[class^="docSidebarContainer"] {
|
|
||||||
width: 340px;
|
|
||||||
|
|
||||||
div[class^="sidebar"] {
|
|
||||||
width: 340px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
a[class^="sidebarLogo"] {
|
a[class^="sidebarLogo"] {
|
||||||
img {
|
img {
|
||||||
@ -341,7 +332,7 @@ a[class^="sidebarLogo"] {
|
|||||||
|
|
||||||
main[class^="docMainContainer"] {
|
main[class^="docMainContainer"] {
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
padding: 2rem 2rem 2rem 5rem;
|
padding: 2rem;
|
||||||
|
|
||||||
@include tablet {
|
@include tablet {
|
||||||
padding: 2rem;
|
padding: 2rem;
|
||||||
|
Reference in New Issue
Block a user