From 29c94e5d93458c562d0bf9410ad54b360ccb38ea Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Wed, 8 Jan 2025 15:11:41 -0800 Subject: [PATCH] Update css/index.css --- css/index.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/index.css b/css/index.css index 0e4060e..98f3726 100644 --- a/css/index.css +++ b/css/index.css @@ -12,12 +12,13 @@ body { width:100% } .card{ + text-align: center; background-color: #d9d9d9; border-radius: 30px; display: flex; flex-wrap:wrap; justify-content: center; - align-self: center; + width: 60vw; } #mobileContainer18 { display: flex;