From 519b36791344cf5ac022b9dab6871ae8c2958402 Mon Sep 17 00:00:00 2001 From: Chanaka Jayasena Date: Tue, 28 Mar 2023 11:58:40 +0530 Subject: [PATCH] Fixing https://github.com/wso2/docs-apk/issues/133 --- en/docs/assets/css/apktheme.css | 8 ++++++++ en/docs/assets/css/redoc.css | 8 +++++++- en/docs/assets/css/theme.css | 4 ++++ 3 files changed, 19 insertions(+), 1 deletion(-) 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);