diff --git a/embed/embed.html b/embed/embed.html
index daa0d5c..2553974 100644
--- a/embed/embed.html
+++ b/embed/embed.html
@@ -3,7 +3,6 @@
position: relative;
overflow: hidden;
width: 100%;
- padding-top: 125%; /* Aspect ratio: 540:675 (height/width = 1.25) */
}
.responsive-iframe-container iframe {
position: absolute;
@@ -20,11 +19,13 @@
\ No newline at end of file
diff --git a/public/javascripts/game.js b/public/javascripts/game.js
index 01e582a..146561e 100644
--- a/public/javascripts/game.js
+++ b/public/javascripts/game.js
@@ -191,7 +191,7 @@ pauseButton.addEventListener('click', togglePause);
function updateThemeHeader(theme) {
const themeHeader = document.getElementById('themeHeader');
if (themeHeader) {
- themeHeader.textContent = `Theme: ${theme}`;
+ themeHeader.textContent = `DéconstruIT - Le jeu ! Thème: ${theme}`;
themeHeader.style.position = 'absolute';
themeHeader.style.top = '10px';
themeHeader.style.left = '0';