Skip to content

Commit

Permalink
Fixing wso2#133
Browse files Browse the repository at this point in the history
  • Loading branch information
chanaka3d committed Mar 28, 2023
1 parent 15ffbf2 commit 519b367
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions en/docs/assets/css/apktheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
8 changes: 7 additions & 1 deletion en/docs/assets/css/redoc.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
.md-main__inner_redoc {
margin: 0;
max-width: 100%;
}
}
.md-main__inner_redoc h1, .md-main__inner_redoc h2 {
padding-top: 80px;
}
.md-main__inner_redoc div.sc-jSFjdj {
padding-top: 100px;
}
4 changes: 4 additions & 0 deletions en/docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 519b367

Please sign in to comment.