refactor: Adjust Breakpoints for about/coc Page and Discuss lg Configuration Change #573
+7
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Types of changes
Description
在調整
about/coc
頁面的兩欄佈局斷點時,發現與專案中定義的lg
斷點設定不一致,因此進行了調整,以符合網頁 RWD 標準。Discussion Needed
建議將 TailwindCSS config 的
lg
斷點從1194px
修改為1024px
,以更符合常見的 RWD 標準。因為變動可能會影響到專案其他部分,因此希望先進行討論,再確認是否需要進行修改。
Next Steps
根據討論結果,確認是否需要將 TailwindCSS 配置中的 lg 斷點從 1194px 修改為 1024px。