Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .service {
- #cssCode
- @include breakpoint(max-width 380px) {
- #cssCode
- }
- @include breakpoint(max-width 480px) {
- #cssCode
- }
- @include breakpoint(max-width 980px) {
- #cssCode
- }
- .service__title {
- #cssCode
- @include breakpoint(max-width 380px) {
- #cssCode
- }
- @include breakpoint(max-width 480px) {
- #cssCode
- }
- @include breakpoint(max-width 920px) {
- #cssCode
- }
- }
- .service__content {
- #cssCode
- @include breakpoint(max-width 380px) {
- #cssCode
- }
- @include breakpoint(max-width 480px) {
- #cssCode
- }
- @include breakpoint(max-width 980px) {
- #cssCode
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement