reduce main wrapper padding and sidebar width to avoid horizontal scrolling

Signed-off-by: jffarge <jf@dagger.io>
This commit is contained in:
jffarge 2022-03-31 17:43:44 +02:00
parent e4e59f5ac8
commit e6754ad626

View File

@ -310,15 +310,6 @@ h1[class^="h1Heading"] {
}
/* sidebar */
@include desktop {
aside[class^="docSidebarContainer"] {
width: 340px;
div[class^="sidebar"] {
width: 340px;
}
}
}
a[class^="sidebarLogo"] {
img {
@ -341,7 +332,7 @@ a[class^="sidebarLogo"] {
main[class^="docMainContainer"] {
background: #ffffff;
padding: 2rem 2rem 2rem 5rem;
padding: 2rem;
@include tablet {
padding: 2rem;