Skip to content

Fix issues in the home page #9157

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: 4.5.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 4 additions & 19 deletions en/docs/assets/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,24 +18,27 @@

.md-tabs__link--active {
opacity: 1 !important;
font-weight: 600;
}

.md-typeset h1 {
margin: 0 0 1rem;
font-size: 1.5625rem;
font-weight: 600;
}

.md-typeset h2 {
margin: 2rem 0 0.8rem;
font-size: 1.25rem;
line-height: 1.4;
border-bottom: 1px solid #cccccc;
font-weight: 500;
}

.md-typeset h3 {
margin: 1.6rem 0 0.8rem;
font-size: 1rem;
font-weight: 400;
font-weight: 500;
letter-spacing: -.01em;
line-height: 1.5;
border-bottom: 1px solid #cccccc;
Expand Down Expand Up @@ -168,24 +171,6 @@ html .md-footer-meta.md-typeset a {
padding: 45px 60px;
}

.homePage h2 {
font-size: 1.2rem;
border-bottom: 0;
margin-top: -5px;
color: #F47B20;
}

.homePage h3 {
font-size: 1rem;
border-bottom: 0;
font-weight: 100;
}

.homePage h4 {
margin: 0;
color: #F47B20;
}

.linkSet2 p {
margin: 0;
}
Expand Down
27 changes: 18 additions & 9 deletions en/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,24 @@ template: templates/single-column.html
-webkit-font-smoothing: antialiased;
}

.md-typeset h2 {
font-size: 1.2rem;
border-bottom: 0;
margin-top: -5px;
color: #F47B20;
}

.md-typeset h3 {
font-size: 1rem;
border-bottom: 0;
font-weight: 600;
}

.md-typeset h4 {
margin: 0;
color: #F47B20;
}

.content {
width: 100%;
margin: 0 auto;
Expand Down Expand Up @@ -338,15 +356,6 @@ template: templates/single-column.html
{"name": "CI/CD", "url": "install-and-setup/setup/api-controller/ci-cd-with-wso2-api-management/"}
],
"more_btn": {"name": "View More", "url": "tutorials/tutorials-overview/"}
},
{
"title": "Community and Support",
"icon": "❓",
"links": [
{"name": "GitHub", "url": "https://github.com/wso2/api-manager/issues"},
{"name": "Discord Channel", "url": "https://discord.com/invite/wso2"},
{"name": "Enterprise Support", "url": "https://wso2.com/subscription/"}
]
}
]
] %}
Expand Down