Add styles to H2

This commit is contained in:
2020-12-17 17:23:17 +01:00
parent 111558309e
commit a7a30c37df

View File

@@ -1,6 +1,8 @@
<template>
<section>
<h1>Ghibli films</h1>
<section class="py-4">
<h2 class="text-3xl font-normal mx-auto block text-center mb-4">
Ghibli films
</h2>
<div class="films">{{ films }}</div>
</section>
</template>