Skip to content
Snippets Groups Projects
Select Git revision
  • c6a14c06bdc531f8fd6b9a1442a4973bd0d2c154
  • ui_koalicni default
  • ui_styleguide protected
3 results

quotation.pcss

Blame
  • quotation.pcss 144 B
    .quote,
    .content-block blockquote {
      @apply italic leading-relaxed border-l-2 border-black pl-4 py-2 ml-6;
    
      width: 80%;
      max-width: 60em;
    }