Skip to content

Commit

Permalink
fix(home): change size title videos and articles
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosirera committed Aug 4, 2020
1 parent a139fbd commit 50bff3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/home/ListPosts.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<h2 class="text-center text-xl pb-3 font-semibold">
<h2 class="text-3xl font-semibold text-center pb-3">
{{ $t('home.lastPosts') }}
</h2>
<nuxt-link
Expand Down
2 changes: 1 addition & 1 deletion components/home/YoutubeVideos.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div>
<h2 class="text-center text-xl pb-3 font-semibold">
<h2 class="text-3xl font-semibold text-center pb-3">
{{ $t('home.lastVideos') }}
</h2>
<a
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
/>
</div>
</section>
<section class="md:grid md:grid-cols-2 md:gap-8">
<section class="mt-12 md:grid md:grid-cols-2 md:gap-8">
<YoutubeVideos />
<ListPosts :posts="posts" />
</section>
Expand Down

0 comments on commit 50bff3b

Please sign in to comment.