Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

12 wiersze
315 B

  1. <style>
  2. #headlines {
  3. padding-top: 2em;
  4. padding-bottom: 1em;
  5. }
  6. </style>
  7. <template>
  8. <div id="headlines" class="container text-xs-center">
  9. <h1 class="blue">{{ $t('headlines.title') }}</h1>
  10. <h2 class="hidden-xs-down">{{ $t('headlines.subtitle') }}</h2>
  11. </div>
  12. </template>