Skip to content
Snippets Groups Projects
Select Git revision
  • 2e66efc8f98e5bc7411d1bcebfdf39e40eb9ad46
  • master default protected
  • v2 protected
  • v2-test protected
  • piratiuk
  • regionalSuccess
  • v1
7 results

VERSION

Blame
  • banner.pcss 240 B
    .banner {
      @apply p-4 flex flex-wrap flex-col;
    }
    
    .banner__icon {
      font-size: 3rem;
    
      @screen md {
        font-size: 4rem;
      }
    
      @screen lg {
        font-size: 9rem;
      }
    }
    
    .banner__body {
      @apply mt-auto;
    }
    
    .banner__cta {
      @apply mt-4;
    }