Skip to content
Snippets Groups Projects
Select Git revision
  • 557eddbb397a364e178a8b608f809ea62bae3d50
  • test default protected
  • thing
  • master protected
  • niki-stuff2
  • feat/niki-stuff
  • feat/custom-css
  • feat/redesign-improvements-10
  • feat/redesign-improvements-8
  • feat/redesign-fixes-3
  • feat/pirstan-changes
  • feat/separate-import-thread
  • feat/dary-improvements
  • features/add-pdf-page
  • features/add-typed-table
  • features/fix-broken-calendar-categories
  • features/add-embed-to-articles
  • features/create-mastodon-feed-block
  • features/add-custom-numbering-for-candidates
  • features/add-timeline
  • features/create-wordcloud-from-article-page
21 results

__init__.py

Blame
  • representatives-section.mustache 506 B
    <div class="bg-cover bg-no-repeat section-clip py-16 xl:min-h-screen lg:py-36">
      <div class="container--wide mx-auto z-10">
        <h2 class="head-7xl xl:text-center mb-6 xl:mb-28">
          Piráti zastupují občany
        </h2>
        <div class="flex flex-wrap gap-2 md:gap-1 justify-center items-center md:flex-row">
          {{> molecules-representative-box }}
          {{> molecules-representative-box }}
          {{> molecules-representative-box }}
          {{> molecules-representative-box }}
        </div>
      </div>
    </div>