mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
doc fix
This commit is contained in:
committed by
GitHub
parent
222db2f8c5
commit
97cc310c21
@@ -69,7 +69,7 @@ In the second example, we create a grid with 2 columns and however many rows are
|
|||||||
## CSS
|
## CSS
|
||||||
|
|
||||||
```css
|
```css
|
||||||
/* Grid with 3 rows and 5 columns */
|
/* Grid with 3 columns and 5 rows */
|
||||||
grid-size: 3 5;
|
grid-size: 3 5;
|
||||||
|
|
||||||
/* Grid with 4 columns and as many rows as needed */
|
/* Grid with 4 columns and as many rows as needed */
|
||||||
|
|||||||
Reference in New Issue
Block a user