petit espaces
This commit is contained in:
@@ -18,7 +18,7 @@ section.list img {
|
||||
text-overflow: ellipsis;
|
||||
display: grid;
|
||||
grid-template-columns: 200px 5px auto;
|
||||
grid-template-rows: auto;
|
||||
grid-template-rows: auto auto;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
@@ -210,8 +210,36 @@ form.search-form {
|
||||
margin-left: -200px;
|
||||
}
|
||||
|
||||
form.create-playlist-form {
|
||||
width: 40%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
form.add-song-form {
|
||||
width: 40%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
form.generate-playlist-form {
|
||||
width: 40%;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
section.playlists {
|
||||
display: flex;
|
||||
justify-content: left;
|
||||
flex-wrap: wrap;
|
||||
gap: 100px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.btn-supp {
|
||||
width: 30%;
|
||||
}
|
||||
|
||||
.btn.btn-secondary {
|
||||
margin-left: 50px;
|
||||
}
|
||||
/* bouton ajouter sur les albums et musique */
|
||||
|
||||
.ajout {
|
||||
|
Reference in New Issue
Block a user