12345678910111213141516171819 |
- @media screen and (max-width: 1024px) {
- .banners {
-
- /* .banners__image {
- min-height: 300px;
- } */
-
-
- .banners__content-title {
- font-size: 38px;
- font-size: 2.375rem;
- }
-
- .banners__content-desc {
- font-size: 16px;
- font-size: 1rem;
- }
- }
- }
|