@@ -123,7 +123,7 @@ describe('grid system', () => {
123
123
width: 100%;
124
124
padding: 0 16px;
125
125
}
126
- @media (min-width: 46 .25em) {
126
+ @media (min-width: 61 .25em) {
127
127
.nhsuk-grid-column-full {
128
128
width: 100%;
129
129
float: left;
@@ -151,7 +151,7 @@ describe('grid system', () => {
151
151
width: 100%;
152
152
padding: 0 16px;
153
153
}
154
- @media (min-width: 46 .25em) {
154
+ @media (min-width: 61 .25em) {
155
155
.nhsuk-grid-column-two-thirds {
156
156
width: 66.6666666667%;
157
157
float: left;
@@ -164,8 +164,8 @@ describe('grid system', () => {
164
164
const sass = `
165
165
${ sassImports }
166
166
167
- .nhsuk-grid-column-one-quarter-at-desktop {
168
- @include govuk-grid-column(one-quarter, $at: desktop , $class: false);
167
+ .nhsuk-grid-column-one-quarter-at-tablet {
168
+ @include govuk-grid-column(one-quarter, $at: tablet , $class: false);
169
169
}
170
170
`
171
171
@@ -174,12 +174,12 @@ describe('grid system', () => {
174
174
} )
175
175
176
176
expect ( results . css ) . toBe ( outdent `
177
- .nhsuk-grid-column-one-quarter-at-desktop {
177
+ .nhsuk-grid-column-one-quarter-at-tablet {
178
178
box-sizing: border-box;
179
179
padding: 0 16px;
180
180
}
181
- @media (min-width: 61 .25em) {
182
- .nhsuk-grid-column-one-quarter-at-desktop {
181
+ @media (min-width: 46 .25em) {
182
+ .nhsuk-grid-column-one-quarter-at-tablet {
183
183
width: 25%;
184
184
float: left;
185
185
}
@@ -234,7 +234,7 @@ describe('grid system', () => {
234
234
width: 100%;
235
235
padding: 0 16px;
236
236
}
237
- @media (min-width: 46 .25em) {
237
+ @media (min-width: 61 .25em) {
238
238
.nhsuk-grid-column-one-half-right {
239
239
width: 50%;
240
240
float: right;
@@ -260,7 +260,7 @@ describe('grid system', () => {
260
260
width: 100%;
261
261
padding: 0 16px;
262
262
}
263
- @media (min-width: 46 .25em) {
263
+ @media (min-width: 61 .25em) {
264
264
.nhsuk-grid-column-full {
265
265
width: 100%;
266
266
float: left;
@@ -286,7 +286,7 @@ describe('grid system', () => {
286
286
width: 100%;
287
287
padding: 0 16px;
288
288
}
289
- @media (min-width: 46 .25em) {
289
+ @media (min-width: 61 .25em) {
290
290
.large-column-three-quarters {
291
291
width: 75%;
292
292
float: left;
0 commit comments