diff --git a/css/app.css b/css/app.css index 15fae28..85e1cd7 100644 --- a/css/app.css +++ b/css/app.css @@ -10,6 +10,7 @@ body { .playing-card { max-width: 100%; + margin: 10px; } #status { diff --git a/index.htm b/index.htm index fb91dfe..5cca0e5 100644 --- a/index.htm +++ b/index.htm @@ -72,16 +72,16 @@
-
- +
+

Hand (Points: {{ handScore === 21 && usersHand.count < 2 ? 'BlackJack' : handScore > 21 ? 'Plus! ' + handScore : handScore }})

-
- +
+