Cookies script width on tablet

Hi everyone,
I use a code to make the popup for the cookies information, it is working but on tablet mode the width is not 100%, can anyone help with this?
The code is this:

script src=“https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js” data-cfasync=“false”></script

<script window.cookieconsent.initialise({ "palette": { "popup": { "background": "#343434" }, "button": { "background": "#f89936", "text": "#ffffff" } }, "theme": "classic", "content": { "message": "We use cookies and third-party to perform the analysis of user navigation and perform a better browsing experience. You consent to our cookies if you continue to use our website. For more information please check our", "dismiss": "Accept", "link": "Cookies Policy", "href": "https://seleniss-project.webflow.io/cookies" } }); </script"