You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <style>
- #headlines {
- padding-top: 2em;
- padding-bottom: 1em;
- }
- </style>
- <template>
- <div id="headlines" class="container text-xs-center">
- <h1 class="blue">{{ $t('headlines.title') }}</h1>
- <h2 class="hidden-xs-down">{{ $t('headlines.subtitle') }}</h2>
- </div>
- </template>
|