diff --git a/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css b/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css index 98036ab..b0c9c26 100644 --- a/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css +++ b/luckydiamond/src/assets/css/PagesStyles/games-pages/jackpot.css @@ -145,6 +145,7 @@ /* Adjust based on your shield size */ height: auto; margin-left: 10px; + margin-bottom: -10px; } .bank-info { @@ -195,6 +196,8 @@ font-size: 24px; /* Large text size */ font-weight: bold; + margin-left: 1%; + /* Make the number bold */ } diff --git a/luckydiamond/src/pages/games-pages/JackpotPage.vue b/luckydiamond/src/pages/games-pages/JackpotPage.vue index df37271..6705293 100644 --- a/luckydiamond/src/pages/games-pages/JackpotPage.vue +++ b/luckydiamond/src/pages/games-pages/JackpotPage.vue @@ -104,10 +104,11 @@