Add styles to H2
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section class="py-4">
|
||||||
<h1>Ghibli films</h1>
|
<h2 class="text-3xl font-normal mx-auto block text-center mb-4">
|
||||||
|
Ghibli films
|
||||||
|
</h2>
|
||||||
<div class="films">{{ films }}</div>
|
<div class="films">{{ films }}</div>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user