Skip to content

Commit 5eead7b

Browse files
committed
lap-and-up breakpoint used min-width for desk; should use same as in lap
1 parent e2c647c commit 5eead7b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kattcss",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"authors": [
55
"Oscar Ekholm <[email protected]>"
66
],

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kattcss",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A CSS framework built upon and extending inuitcss",
55
"repository": {
66
"type": "git",

settings/_settings.responsive.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
$breakpoints: (
1515
'palm' 'screen and (max-width: 719px)',
1616
'lap' 'screen and (min-width: 720px) and (max-width: 1023px)',
17-
'lap-and-up' 'screen and (min-width: 1024px)',
17+
'lap-and-up' 'screen and (min-width: 720px)',
1818
'portable' 'screen and (max-width: 1023px)',
1919
'desk' 'screen and (min-width: 1024px)',
2020
'retina' '(-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx)'

0 commit comments

Comments
 (0)