From 4e52653b5e5801d2ca35c20711d65386c5b3ba99 Mon Sep 17 00:00:00 2001 From: Quildra Date: Mon, 11 Mar 2024 19:36:40 +0000 Subject: [PATCH] Better positioning of the card counts --- src/app/components/card-display/card-display.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/components/card-display/card-display.component.scss b/src/app/components/card-display/card-display.component.scss index a19f7ea..e998f29 100644 --- a/src/app/components/card-display/card-display.component.scss +++ b/src/app/components/card-display/card-display.component.scss @@ -10,7 +10,7 @@ width:20px; height:20px; color:#fff; - top: 22%; + top: 37%; left: 10px; //background: radial-gradient( 5px -9px, circle, white 8%, red 26px ); //background-color: red; @@ -46,7 +46,7 @@ width:20px; height:20px; color:#fff; - top: 15%; + top: 30%; left: 10px; //background: radial-gradient( 5px -9px, circle, white 8%, red 26px ); background-color: gray;