Add 'See also' sections to references.

This commit is contained in:
Rodrigo Girão Serrão
2023-01-09 15:25:47 +00:00
parent 8bf211b898
commit e81779f97c
43 changed files with 216 additions and 5 deletions

View File

@@ -56,9 +56,13 @@ grid-rows: 50%;
grid-rows: 1fr 2fr;
```
### Python
## Python
```py
grid.styles.grid_rows = "50%"
grid.styles.grid_rows = "1fr 2fr"
```
## See also
- [`grid-columns`](./grid_columns.md) to specify the width of the grid columns.