Skip to content

Commit 04912d1

Browse files
Samuell1marcosmoura
authored andcommitted
docs: corrections of breakpoints (vuematerial#1744)
* docs(Layout): correction of breakpoints * docs(MdList): add click usability note * docs(MdList): remove note
1 parent ffee13d commit 04912d1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/app/pages/UiElements/Layout/Layout.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,23 +94,23 @@
9494
props: [
9595
{
9696
name: 'xsmall',
97-
description: 'For screens who have the maximum of 600px wide. For small, medium and large handsets in portrait. Also applies to small tablets in portrait.',
98-
value: '<600px'
97+
description: 'For screens who have the maximum of 599px wide. For small, medium and large handsets in portrait. Also applies to small tablets in portrait.',
98+
value: '<599px'
9999
},
100100
{
101101
name: 'small',
102-
description: 'For screens who have between of 600px and 960px wide. For medium and large handsets in landscape, small and large tablets in portrait mode and some desktop monitors.',
103-
value: '960px'
102+
description: 'For screens who have between of 600px and 959px wide. For medium and large handsets in landscape, small and large tablets in portrait mode and some desktop monitors.',
103+
value: '959px'
104104
},
105105
{
106106
name: 'medium',
107-
description: 'For screens who have between of 960px and 1280px wide. For small and large tablets in landscape and desktop monitors.',
108-
value: '1280px'
107+
description: 'For screens who have between of 960px and 1279px wide. For small and large tablets in landscape and desktop monitors.',
108+
value: '1279px'
109109
},
110110
{
111111
name: 'large',
112-
description: 'For screens who have between of 1280px and 1920px wide. For large desktop monitors.',
113-
value: '1920px'
112+
description: 'For screens who have between of 1280px and 1919px wide. For large desktop monitors.',
113+
value: '1919px'
114114
},
115115
{
116116
name: 'xlarge',

0 commit comments

Comments
 (0)