Skip to content

Commit

Permalink
[zh-cn]: fix typo (#16147)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgc2333 authored Sep 27, 2023
1 parent 0b4384d commit a5ef2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/zh-cn/learn/css/css_layout/grids/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ body {

### 使用 fr 单位的灵活网格

除了长度和百分比,我们也可以用 `fr` 这个单位来灵活地定义网格的行与列的大小。这个单位代表网格容器中可用空间的一份,可能有点抽像,看看下面的例子吧。
除了长度和百分比,我们也可以用 `fr` 这个单位来灵活地定义网格的行与列的大小。这个单位代表网格容器中可用空间的一份,可能有点抽象,看看下面的例子吧。

使用下面的规则来修改你的网格轨道,创建 3 个宽度为 `1fr` 的列:

Expand Down

0 comments on commit a5ef2c6

Please sign in to comment.