Skip to content
Snippets Groups Projects
Commit 7405cb33 authored by Bilel El Yaagoubi's avatar Bilel El Yaagoubi
Browse files

center text

parent 3c1132a0
No related branches found
No related tags found
1 merge request!23Show liked movies
Pipeline #42646 passed with warnings
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
......@@ -25,7 +25,7 @@
<div class="movie-affichage">
<li v-for="movie in movies" :key="movie.id">
<p class="name">
<h5> {{ movie.title }}</h5>
<h5 class="center"> {{ movie.title }}</h5>
</p>
<p class="film">
<router-link :to="'/movie/'+ movie.id">
......@@ -140,4 +140,7 @@ li {
.corps {
display: flex;
}
.center {
text-align: center;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment