diff --git a/front/src/BookListElement.vue b/front/src/BookListElement.vue
index 41e24a0..729ea20 100644
--- a/front/src/BookListElement.vue
+++ b/front/src/BookListElement.vue
@@ -143,24 +143,26 @@ async function importInventaireEdition(inventaireid) {
-
-
-
+
+
+
+
+
@@ -183,6 +185,10 @@ img {
transition: ease-in-out 0.02s;
}
+.buttons {
+ display: block;
+}
+
.verticalbutton {
display: block;
}
@@ -194,4 +200,12 @@ img {
.no-margin {
margin: 0px;
}
+
+@media (max-width: 1024px) {
+ .buttons {
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ }
+}