diff --git a/en/docs/assets/css/apktheme.css b/en/docs/assets/css/apktheme.css index c8c366cc4..4a5711892 100644 --- a/en/docs/assets/css/apktheme.css +++ b/en/docs/assets/css/apktheme.css @@ -88,6 +88,14 @@ font-size: 0.60rem; } /* Home page specific styles */ +.section02 .linkWrapper{ + display: flex; + flex-direction: row; +} +.linkSet2 { + flex: 1; + padding: 0 10px; +} .homePage h2 { font-size: 1.2rem; color: var(--main); diff --git a/en/docs/assets/css/redoc.css b/en/docs/assets/css/redoc.css index b3f8b1b57..eae5dceda 100644 --- a/en/docs/assets/css/redoc.css +++ b/en/docs/assets/css/redoc.css @@ -1,4 +1,10 @@ .md-main__inner_redoc { margin: 0; max-width: 100%; - } \ No newline at end of file + } +.md-main__inner_redoc h1, .md-main__inner_redoc h2 { + padding-top: 80px; +} +.md-main__inner_redoc div.sc-jSFjdj { + padding-top: 100px; +} \ No newline at end of file diff --git a/en/docs/assets/css/theme.css b/en/docs/assets/css/theme.css index c53f7d2b1..ba0402b1d 100644 --- a/en/docs/assets/css/theme.css +++ b/en/docs/assets/css/theme.css @@ -171,6 +171,10 @@ label.md-nav__link.first-item{ } /* Home page specific styles */ +.section02 .linkWrapper{ + display: flex; + flex-direction: row; +} .homePage h2 { font-size: 1.2rem; color: var(--main);