diff --git a/css/app.css b/css/app.css index 5497f73..bb337f3 100644 --- a/css/app.css +++ b/css/app.css @@ -27,4 +27,8 @@ body { .navbar-brand img { width: 35px; +} + +.hand { + margin-bottom: 2em; } \ No newline at end of file diff --git a/index.htm b/index.htm index 20e5f67..83786c9 100644 --- a/index.htm +++ b/index.htm @@ -72,26 +72,31 @@ -
-
+
+

Dealer

-
+
-
-

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

+
+

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

-
+
+
+ +