From 641850ab12d5d86c033a8d670e3449335f66b3b2 Mon Sep 17 00:00:00 2001 From: Nero Ignis Date: Thu, 30 Apr 2020 01:26:28 +0200 Subject: [PATCH] Design tweaks. --- css/app.css | 4 ++++ index.htm | 17 +++++++++++------ js/app.js | 7 +++++-- 3 files changed, 20 insertions(+), 8 deletions(-) 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 }})

-
+
+
+ +