diff --git a/docs/src/pages/styles.module.css b/docs/src/pages/styles.module.css index 7c64bdbf..3acbf2e8 100644 --- a/docs/src/pages/styles.module.css +++ b/docs/src/pages/styles.module.css @@ -6,7 +6,7 @@ */ .mainContent { - margin-top: 270px; + margin-top: 300px; } @media screen and (max-width: 1024px) { @@ -192,7 +192,6 @@ .mobileCarouselWrapper { display: none; } - } .actionType h2 { @@ -269,7 +268,7 @@ .manipulateUp, .manipulateDown { - margin-left: 132px; + margin-left: 144px; margin-right: 12px; } @@ -334,6 +333,13 @@ display: none; } +@media screen and (max-width: 1080px) { + .manipulateUp, + .manipulateDown { + margin-left: 14%; + } +} + @media screen and (max-width: 1024px) { .separator { display: none;