We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 072c713 + 35930be commit cf18cb2Copy full SHA for cf18cb2
docs/source/docs/responsive-design.blade.md
@@ -122,8 +122,8 @@ screens: {
122
'sm': '500px',
123
'md': [
124
// Sidebar appears at 768px, so revert to `sm:` styles between 768px
125
- // and 868px, which is when the main content area is wide enough to
126
- // apply `md:` styles again.
+ // and 868px, after which the main content area is wide enough again to
+ // apply the `md:` styles.
127
{'min': '668px', 'max': '767px'},
128
{'min': '868px'}
129
],
0 commit comments