Skip to content
Snippets Groups Projects
Forked from TO / Weby / piratipracuji.cz
52 commits behind the upstream repository.
HeaderSlogan.vue 394 B
<template>
  <p>
    Přehled toho nejdůležitějšího, na čem Piráti pracují nejen v Poslanecké sněmovně<br/>

  </p>
</template>

<style lang="scss" scoped>
p {
  width: 60%;
  max-width: 400px;

  font-weight: 300;

  padding-left: 20px;

  @media (max-width: 1000px) {
    font-size: 16px;
    padding-left: 0;
  }

  @media (max-width: 830px) {
      display: none;
  }
}
</style>