Skip to content

Commit b0b2d87

Browse files
authored
Merge pull request #1225 from ita-social-projects/feature/issue-963
removed "СТРІТКОД" caption on screen size below 340px
2 parents f3c1e4d + 6c8a79e commit b0b2d87

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/features/StreetcodeCatalogPage/StreetcodeCatalog.styles.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,4 +117,12 @@ $loadImg: '@assets/images/catalog/loading.webp';
117117
padding: pxToRem(80px) pxToRem(10px) 0;
118118
}
119119
}
120+
}
121+
122+
@media screen and (max-width: 340px) {
123+
.headingFlexItem{
124+
.streetcodeCatalogCaption {
125+
display: none;
126+
}
127+
}
120128
}

0 commit comments

Comments
 (0)