From 258919c3bb9f8ecebf7f0118eccc0854394fb0dc Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Wed, 8 Jan 2025 15:07:09 -0800 Subject: [PATCH 1/3] sigma card --- css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/index.css b/css/index.css index 7fffed7..e81df30 100644 --- a/css/index.css +++ b/css/index.css @@ -15,6 +15,10 @@ body { background-color: #d9d9d9; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); border-radius: 30px; + display: flex; + width: 1%; + flex-wrap:wrap; + justify-content: center; } #mobileContainer18 { display: flex; From 6756105e82bdc426954d07ebbc8bc30bb3b89e84 Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Wed, 8 Jan 2025 15:09:06 -0800 Subject: [PATCH 2/3] yippee --- css/index.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index e81df30..0e4060e 100644 --- a/css/index.css +++ b/css/index.css @@ -13,12 +13,11 @@ body { } .card{ background-color: #d9d9d9; - box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); border-radius: 30px; display: flex; - width: 1%; flex-wrap:wrap; justify-content: center; + align-self: center; } #mobileContainer18 { display: flex; From 29c94e5d93458c562d0bf9410ad54b360ccb38ea Mon Sep 17 00:00:00 2001 From: clashofclanselixircollector Date: Wed, 8 Jan 2025 15:11:41 -0800 Subject: [PATCH 3/3] 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;