Add styles to H2
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user