1234567891011121314151617181920212223242526 |
- @media screen and (max-width: 768px) {
- .banners {
-
- .banners__image {
- min-height: 300px;
- }
-
-
- .banners__content-title {
- font-size: 30px;
- }
-
- .banners__content-desc {
- margin: 20px 0 40px;
- padding: 0 15px;
- font-size: 14px;
- line-height: 1.5;
- }
-
- .banners__content-btn {
- min-width: 140px;
- height: 40px;
- font-size: 16px;
- }
- }
- }
|