You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/pages/UiElements/Layout/Layout.vue
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -94,23 +94,23 @@
94
94
props: [
95
95
{
96
96
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'
99
99
},
100
100
{
101
101
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'
104
104
},
105
105
{
106
106
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'
109
109
},
110
110
{
111
111
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.',
0 commit comments