2 Commits

Author SHA1 Message Date
diginaut 1adc7b0887 Make sure latest CSS is loaded 2025-02-12 12:04:28 +01:00
diginaut 4e914672e9 Make sure text stays on a line after floating elements 2025-02-12 12:02:15 +01:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ from pydantic import DirectoryPath, FilePath
from pydantic_settings import BaseSettings
VERSION = '0.3.1'
VERSION = '0.3.2'
AMSTERDAM = ZoneInfo('Europe/Amsterdam')
+1
View File
@@ -39,6 +39,7 @@ a.title {
.guessesheading, .guessesbefore, .guessesafter {
text-align: center;
clear: both;
}
input[type="text"] {