diff --git a/src/pages/index.js b/src/pages/index.js index 98ebcb07..05fdeb8f 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -41,23 +41,23 @@ function HomepageHeader() { Get Started
- Golang - Java - C/C++ - Node.js - Front-end js - PHP - Laravel - Python - .Net (C#) - Delphi - Rust - Ruby - Swift (Objective-C) - Lua (OpenResty, Kong, APISIX) - Dart (Flutter) - Elixir - Cloud Native (Kubernetes, Istio, Envoy, KubeSphere) +
Golang
+
Java
+
C/C++
C/C++ +
Node.js
Node.js +
Front-end js
+
PHP
PHP +
Laravel
+
Python
+
.Net (C#)
+
Delphi
+
Rust
+
Ruby
+
Swift (Objective-C)
+
Lua (OpenResty, Kong, APISIX)
+
Dart (Flutter)
+
Elixir
+
Cloud Native (Kubernetes, Istio, Envoy, KubeSphere)
diff --git a/src/pages/index.module.css b/src/pages/index.module.css index 4efd3637..43ccd7b7 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -10,8 +10,9 @@ text-align: center; position: relative; overflow: hidden; + /* color: var(--ifm-font-color-base); */ - color: #E3E3E3; + color: #e3e3e3; } @media screen and (max-width: 966px) { @@ -59,3 +60,7 @@ width: 22px; height: 22px; } + +.text { + white-space: normal; +}