diff --git a/website/docs/en/guide/start/features.mdx b/website/docs/en/guide/start/features.mdx
index d3914f1af9..7c3960222a 100644
--- a/website/docs/en/guide/start/features.mdx
+++ b/website/docs/en/guide/start/features.mdx
@@ -97,7 +97,7 @@ Here are all the main features supported by Rsbuild.
| -------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| Chunk splitting | A variety of chunk splitting strategies are built into Rsbuild to automatically split the bundle into files of moderate size |
- [Code splitting](/guide/optimization/code-splitting)
- [performance.chunkSplit](/config/performance/chunk-split)
|
| Print file size | After the production build, All bundle sizes is displayed by default | - [performance.printFileSize](/config/performance/print-file-size)
|
-| Analyze build process | Optional feature, use Rsdoctor to analyze build process | - [使用 Rsdoctor](/guide/debug/rsdoctor)
|
+| Analyze build process | Optional feature, use Rsdoctor to analyze build process | - [Use Rsdoctor](/guide/debug/rsdoctor)
|
| Analyze bundle size | Optional feature, analyze bundle size through Bundle Analyzer | - [performance.bundleAnalyze](/config/performance/bundle-analyze)
|
| Remove console | Optional feature, remove `console.[methodName]` in code | - [performance.removeConsole](/config/performance/remove-console)
|
| Optimize moment.js size | Optional feature, remove the redundant locale files of moment.js | - [performance.removeMomentLocale](/config/performance/remove-moment-locale)
|
diff --git a/website/theme/components/Step.module.scss b/website/theme/components/Step.module.scss
index 9a10496021..7130f634c5 100644
--- a/website/theme/components/Step.module.scss
+++ b/website/theme/components/Step.module.scss
@@ -16,6 +16,13 @@
}
}
+@media (max-width: 768px) {
+ .step {
+ flex: 0 100%;
+ margin-bottom: 20px;
+ }
+}
+
.title {
font-size: 20px;
line-height: 1.4;