Update css/index.css

This commit is contained in:
clashofclanselixircollector 2025-01-08 15:11:41 -08:00
parent 6756105e82
commit 29c94e5d93

View File

@ -12,12 +12,13 @@ body {
width:100% width:100%
} }
.card{ .card{
text-align: center;
background-color: #d9d9d9; background-color: #d9d9d9;
border-radius: 30px; border-radius: 30px;
display: flex; display: flex;
flex-wrap:wrap; flex-wrap:wrap;
justify-content: center; justify-content: center;
align-self: center; width: 60vw;
} }
#mobileContainer18 { #mobileContainer18 {
display: flex; display: flex;