Merge pull request #3 from jeremiahlee/patch-1

fix: "note" not "not"
This commit is contained in:
Oskar Wickström
2024-08-28 20:11:23 +02:00
committed by GitHub

View File

@@ -137,7 +137,7 @@ And inputs:
## Grids ## Grids
Add the `grid` class to a container to divide up the horizontal space evenly for the cells. Add the `grid` class to a container to divide up the horizontal space evenly for the cells.
Not that it maintains the monospace, so the total width might not be 100%. Note that it maintains the monospace, so the total width might not be 100%.
Here are six grids with increasing cell count: Here are six grids with increasing cell count:
<div class="grid"><input readonly value="1" /></div> <div class="grid"><input readonly value="1" /></div>