Skip to content

Commit

Permalink
fixed style (#3029)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinie13 authored Sep 6, 2024
1 parent 0f5b893 commit 8fc633e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,13 @@ contentDir = "content/zh-cn"
url = "https://start.dubbo.apache.org/"
[[languages.en.params.ecosystem.navOptions.items]]
name = "Visualizable Console"
url = "/en/overview/mannual/control-plane/"
url = "/zh-cn/overview/mannual/control-plane/"
[[languages.en.params.ecosystem.navOptions.items]]
name = "Benchmarking"
url = "http://47.251.95.138:3000/public-dashboards/b75030ae3d0f402ca06b6826de3b590b?orgId=1"
[[languages.en.params.ecosystem.navOptions.items]]
name = "Proxyless Mesh"
url = "/en/overview/what/core-features/service-mesh/"
url = "/zh-cn/overview/what/core-features/service-mesh/"
[[languages.en.params.ecosystem.navOptions.items]]
name = "More Demos"
url = "https://github.com/apache/dubbo-samples"
Expand Down
2 changes: 2 additions & 0 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
}
.contact-btn a{
color: #818598;
text-decoration: none;
}

.footer-container-right {
Expand Down Expand Up @@ -149,6 +150,7 @@

.footer-container-right ul li a{
color: #2E3038;
text-decoration: none;
}

.footer-container-right ul li:first-child {
Expand Down
15 changes: 10 additions & 5 deletions layouts/shortcodes/blocks/cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
}

@media only screen and (min-width: 1100px) {
width: 90%;
width: 100%;
font-size: 72px;
}
}
Expand All @@ -101,6 +101,7 @@
.homepage-btn-group {
/* padding-left: 15px; */
margin-top: 25px;
width: auto;

@media only screen and (min-width: 768px) {
margin-top: 37px;
Expand All @@ -112,9 +113,13 @@
justify-content: center;
border-radius: 24px !important;
font-size: 14px;
width: 145px;
width: 115px;
height: 48px;

margin-right: 8px;
margin-left: 8px;
@media only screen and (min-width: 768px) {
width: 145px;
}
}

.homepage-btn-primary {
Expand Down Expand Up @@ -156,10 +161,10 @@ <h2 class="display-3 homepage_slogan pb-2">
</div>
</div> -->
<div class="btn-group homepage-btn-group">
<a class="btn btn-secondary btn-lg mb-4 ml-2 mr-2" href="overview/quickstart/">
<a class="btn btn-secondary btn-lg mb-4 " href="overview/quickstart/">
{{ T "homepage_button_2" }}
</a>
<a class="btn btn-lg homepage-btn-base mb-4 ml-2 mr-2" href="overview/demo/">
<a class="btn btn-lg homepage-btn-base mb-4 " href="overview/demo/">
{{ T "homepage_button_1" }}
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion layouts/shortcodes/blocks/demo-zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<div class="container-demo">
<div class="container-demo-title">
<div class="demo-title-mall">商城 DEMO</div>
<div class="demo-des-mall">我们提供了一套功能完备的使用 Dubbo 开发的电子商城系统,商城系统由 11 个微服务应用组成...</div>
<div class="demo-des-mall">我们提供了一套功能完备的使用 Dubbo 开发的电子商城系统,商城系统由 11 个微服务应用组成,底层使用 triple rpc 协议通信,用户可通过 frontend web 服务访问商城进行浏览、购物车、下单等体验。</div>
</div>
</div>
<div class="demo-container-middle">
Expand Down

0 comments on commit 8fc633e

Please sign in to comment.