Changed paddings for table of contents (#280)
pavlov-kirill committed
Nov 2, 2022 at 10:51 UTC
b8d8162232795456b4e48a7f126760fbf86da4e0
1 file changed
+3
theme/src/components/layout.js
+3
@@ -104,6 +104,9 @@ function Layout({children, pageContext, location}) {
104
top={HEADER_HEIGHT + 24}
105
mt="6px"
106
maxHeight={`calc(100vh - ${HEADER_HEIGHT}px - 24px)`}
107
+ pr={1}
108
+ pl={1}
109
+ pb={1}
110
>
111
<Text display="inline-block" fontWeight="bold" mb={1}>
112
Table of contents