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

center text

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