Skip to content

Commit

Permalink
fix(hero): use default styles for h1
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow81627 committed Dec 23, 2019
1 parent f614a5c commit fd8555a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions components/hero.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
>
<v-row align="center" justify="center">
<v-col class="text-center" cols="12">
<h1
class="display-1 font-weight-thin mb-4 text-light text-shadow text-capitalize brand"
>
<h1 class="mb-4 text-light text-shadow">
{{ blok.headline }}
</h1>
<h2 class="subheading text-light text-shadow">
Expand Down

1 comment on commit fd8555a

@vercel
Copy link

@vercel vercel bot commented on fd8555a Dec 23, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.