Skip to content

Commit cf18cb2

Browse files
authored
Merge pull request #54 from mkarnicki/master
Clear up wording of the Advanced screens section.
2 parents 072c713 + 35930be commit cf18cb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/docs/responsive-design.blade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ screens: {
122122
'sm': '500px',
123123
'md': [
124124
// 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.
125+
// and 868px, after which the main content area is wide enough again to
126+
// apply the `md:` styles.
127127
{'min': '668px', 'max': '767px'},
128128
{'min': '868px'}
129129
],

0 commit comments

Comments
 (0)