Skip to content
Snippets Groups Projects
Select Git revision
  • bea335b138ce6674ce5bb9cd608e8f0f2ba4311f
  • master default
  • test protected
  • pdp
  • localwebs
  • target-groups
  • seo1
  • fix1
8 results

0007_senatoraboutpage.py

Blame
  • Forked from TO / Maják
    Source project has a limited visibility.
    pagination.pcss 154 B
    .pagination {
      @apply inline-flex;
    
      &:not(.pagination--inline) {
        @apply mx-auto;
      }
    }
    
    .pagination-container {
      @apply text-center pt-16 pb-8;
    }