diff --git a/VERSION b/VERSION index 1281604..36435ac 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.10.7 +3.10.8 diff --git a/play-life-web/package.json b/play-life-web/package.json index 5abf9a0..5aed656 100644 --- a/play-life-web/package.json +++ b/play-life-web/package.json @@ -1,6 +1,6 @@ { "name": "play-life-web", - "version": "3.10.7", + "version": "3.10.8", "type": "module", "scripts": { "dev": "vite", diff --git a/play-life-web/src/components/TestWords.css b/play-life-web/src/components/TestWords.css index 27eeb03..7a48df7 100644 --- a/play-life-web/src/components/TestWords.css +++ b/play-life-web/src/components/TestWords.css @@ -86,9 +86,13 @@ .test-progress { margin-top: 1rem; text-align: center; + display: flex; + justify-content: center; + align-items: center; + width: 100%; } -.progress-text { +.test-progress .progress-text { font-size: 1.5rem; color: #2c3e50; font-weight: 500;