diff --git a/sass/ma-collection.scss b/sass/ma-collection.scss index 646148b..85c0c0a 100644 --- a/sass/ma-collection.scss +++ b/sass/ma-collection.scss @@ -53,4 +53,8 @@ border: 2px solid #4a4a4a; } } + + .total { + margin: 1rem 0; + } } \ No newline at end of file diff --git a/views/pages/mon-compte/ma-collection.ejs b/views/pages/mon-compte/ma-collection.ejs index 9fdc1e3..95f2ba3 100644 --- a/views/pages/mon-compte/ma-collection.ejs +++ b/views/pages/mon-compte/ma-collection.ejs @@ -69,6 +69,9 @@ +
+ Nombre total d'éléments : {{total}} +