Skip to content

Commit b0977ef

Browse files
author
James Mejia
authored
Merge pull request uswds#1474 from uswds/jm-update-tablet-lg-docs
Correct tablet-lg references in docs
2 parents 1af88c1 + 23156e5 commit b0977ef

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

_data/settings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@
789789
subsection: Modal max width (lg)
790790
usage: Maximum width of large modal window.
791791
var: $theme-modal-lg-max-width
792-
default: "800px"
792+
default: "880px"
793793
kind: px
794794
- name: Modal
795795
subsection: Modal max width (lg inner content)

_data/tokens/spacing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ positive:
4747
- token: 'tablet'
4848
value: 640px
4949
- token: 'tablet-lg'
50-
value: 800px
50+
value: 880px
5151
largest:
5252
- token: 'desktop'
5353
value: 1024px

_utilities/layout-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ $theme-utility-breakpoints: (
532532
'mobile': false, // 320px
533533
'mobile-lg': true, // 480px
534534
'tablet': true, // 640px
535-
'tablet-lg': false, // 800px
535+
'tablet-lg': false, // 880px
536536
'desktop': true, // 1024px
537537
'desktop-lg': false, // 1200px
538538
'widescreen': false, // 1400px

css/old settings/_uswds-project-settings.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ $theme-output-breakpoints: (
123123
"tablet": true,
124124
// 640px
125125
"tablet-lg": false,
126-
// 800px
126+
// 880px
127127
"desktop": true,
128128
// 1040px
129129
"desktop-lg": false,

css/settings/_uswds-theme-utilities.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ $theme-utility-breakpoints: (
7777
"tablet": true,
7878
// 640px
7979
"tablet-lg": false,
80-
// 800px
80+
// 880px
8181
"desktop": true,
8282
// 1024px
8383
"desktop-lg": true,

0 commit comments

Comments
 (0)