diff --git a/helper/middleware.js b/helper/middleware.js index 9bd1d8a..8efd631 100644 --- a/helper/middleware.js +++ b/helper/middleware.js @@ -16,7 +16,7 @@ const storage = multer.diskStorage({ //Limit filesize const limits = { - fileSize: 10_1000_1000, + fileSize: 10_000_000, }; const upload = multer({ diff --git a/public/index.html b/public/index.html index dd308c5..e0fabeb 100644 --- a/public/index.html +++ b/public/index.html @@ -65,9 +65,6 @@ font-weight: bold; outline: none; } - .note { - font-size: 18px; - } .hidden { display: none; } @@ -81,6 +78,7 @@ } .input-option-quality { width: 200px; + outline: none; } .value-qty-img { width: 30px; @@ -111,6 +109,7 @@ .checkbox-option { width: 20px; height: 20px; + outline: none; } .checkbox-wrapper { display: flex;