Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
Text styles in no results page are incorrect #1588 (#1613)
Browse files Browse the repository at this point in the history
Co-authored-by: Olga Bulat <obulat@gmail.com>
Co-authored-by: Krystle Salazar <krystle.salazar2@gmail.com>
Co-authored-by: Zack Krida <zackkrida@pm.me>
  • Loading branch information
4 people authored Aug 8, 2022
1 parent 7fd1b9f commit 5a135ce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/VErrorSection/VNoResults.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<template>
<div class="no-results text-center md:text-left">
<h5 class="break-words text-5xl">
<h1 class="break-words text-4xl md:text-6xl">
{{ $t('no-results.heading', { query: query.q }) }}
</h5>
<h6 class="mt-10 text-3xl font-normal md:mt-16 md:font-bold">
</h1>
<h2
class="mt-10 text-base font-normal md:mt-16 md:text-3xl md:font-semibold"
>
{{ $t('no-results.alternatives') }}
</h6>
</h2>
<VMetaSourceList class="mt-4 md:mt-6" :type="type" :query="query" />
</div>
</template>
Expand Down

0 comments on commit 5a135ce

Please sign in to comment.