Skip to content

Commit 09a3cfc

Browse files
committed
add 7 letter names list
1 parent 709ef2b commit 09a3cfc

File tree

6 files changed

+234669
-3
lines changed

6 files changed

+234669
-3
lines changed

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "chrome",
9+
"request": "launch",
10+
"name": "Launch Chrome against localhost",
11+
"url": "http://localhost:8080",
12+
"webRoot": "${workspaceFolder}"
13+
}
14+
]
15+
}

src/components/Game.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
text-align: center;
238238
}
239239
.baby-photo {
240-
width: 100%
240+
width: 100%;
241241
}
242242
main {
243243
display: flex;

0 commit comments

Comments
 (0)