Skip to content

Commit e8a193d

Browse files
authored
Update README.md
1 parent 528c97f commit e8a193d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -184,13 +184,13 @@ size | String | '' | One of: 'xs', 'sm', 'md', 'lg', 'extra-small', 'small', 'me
184184

185185
### Size
186186

187-
Size | Dimension
188-
:--- | :--------
189-
Auto | 400px (minimum width)
190-
Extra Small | 400px (fixed width) x 240 px (minimum height)
191-
Small | 544px (fixed width) x 304 px (minimum height)
192-
Medium | 688px (fixed width) x 304 px (minimum height)
193-
Large | 928px (fixed width) x 304 px (minimum height)
187+
Size | Value | Dimension
188+
:--- | :---- | :--------
189+
Auto | '' | 400px (minimum width)
190+
Extra Small | 'xs', 'extra-small' | 400px (fixed width) x 240 px (minimum height)
191+
Small | 'sm', 'small' | 544px (fixed width) x 304 px (minimum height)
192+
Medium | 'md', 'medium' | 688px (fixed width) x 304 px (minimum height)
193+
Large | 'lg', 'large' | 928px (fixed width) x 304 px (minimum height)
194194

195195
## License
196196

0 commit comments

Comments
 (0)