Skip to content
Snippets Groups Projects
Select Git revision
  • 0fcd728c0d3a16d78a026ee4deb38b8cc73e7617
  • master default protected
2 results

nuxt.config.js

Blame
  • Forked from TO / Weby / piratipracuji.cz
    Source project has a limited visibility.
    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;
    }