inital-release

This commit is contained in:
mike
2025-12-16 14:17:18 +01:00
parent eff05c691a
commit 4fc92b957e
2 changed files with 2 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Kruiswoord Pro: Zweedse puzzel</title>
<link rel="stylesheet" href="styles_v4.css">
<link rel="stylesheet" href="styles_v5.css">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" rel="stylesheet">
</head>
<body>

View File

@@ -536,10 +536,7 @@ body {
font-size: 18px;
}
.grid-cell {
width: 35px;
height: 35px;
}
/* Grid cell sizes are now set dynamically by JavaScript */
.input-cell input {
font-size: 16px;