Spacing adjustment. fix icons

This commit is contained in:
Jake
2022-05-10 13:43:08 -07:00
parent 64a632641c
commit 68865f6569
6 changed files with 85 additions and 44 deletions

View File

@@ -494,15 +494,27 @@
#find-us-on-platforms .card-deck {
.card:nth-child(1) .card-footer {
background-image: url(../img/cards/4col-green-2.svg);
background-image: url(../img/cards/4col-light-blue-3.svg);
}
.card:nth-child(2) .card-footer {
background-image: url(../img/cards/4col-light-blue-3.svg);
background-image: url(../img/cards/3col-purple-blue.svg);
}
.card:nth-child(3) .card-footer {
background-image: url(../img/cards/4col-magenta-3.svg);
}
.card:nth-child(4) .card-footer {
background-image: url(../img/cards/4col-green-2.svg);
}
.card:nth-child(5) .card-footer {
background-image: url(../img/cards/4col-blue-green.svg);
}
.card:nth-child(6) .card-footer {
background-image: url(../img/cards/4col-orange.svg);
}
.card:nth-child(7) .card-footer {
background-image: url(../img/cards/4col-yellow-2.svg);
}
.card:nth-child(8) .card-footer {
background-image: url(../img/cards/4col-orange-2.svg);
}
}