Skip to content

Commit 01e82f5

Browse files
authored
Apply suggestions from code review
1 parent c68c203 commit 01e82f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/styles/_supported-device-table.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ $see-all-button-height: 30px;
365365
}
366366
}
367367

368-
@media only screen and (width >=450px) {
368+
@media only screen and (width >= 450px) {
369369
.seam-model-name {
370370
font-size: 16px;
371371
}
@@ -375,7 +375,7 @@ $see-all-button-height: 30px;
375375
}
376376
}
377377

378-
@media only screen and (width >=768px) {
378+
@media only screen and (width >= 768px) {
379379
flex-direction: row;
380380
align-items: center;
381381
justify-content: flex-start;

0 commit comments

Comments
 (0)