Advertisement
fffetaah

Untitled

Sep 7th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.62 KB | None | 0 0
  1. .service {
  2.     #cssCode
  3.         @include breakpoint(max-width 380px) {
  4.             #cssCode
  5.         }
  6.         @include breakpoint(max-width 480px) {
  7.             #cssCode
  8.         }
  9.         @include breakpoint(max-width 980px) {
  10.             #cssCode
  11.         }
  12.     .service__title {
  13.         #cssCode
  14.         @include breakpoint(max-width 380px) {
  15.             #cssCode
  16.         }
  17.         @include breakpoint(max-width 480px) {
  18.             #cssCode
  19.         }
  20.         @include breakpoint(max-width 920px) {
  21.             #cssCode
  22.         }
  23.     }
  24.     .service__content {
  25.         #cssCode
  26.         @include breakpoint(max-width 380px) {
  27.             #cssCode
  28.         }
  29.         @include breakpoint(max-width 480px) {
  30.             #cssCode
  31.         }
  32.         @include breakpoint(max-width 980px) {
  33.             #cssCode
  34.         }
  35.     }
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement