Fix Issue: Skills logo misaligned #753 (#769)

This commit is contained in:
Bernat Borràs Civil
2023-07-03 08:59:41 +02:00
committed by GitHub
parent 53f1bc9137
commit cd80fc9015
+2 -1
View File
@@ -20,6 +20,7 @@
.card .card-img-xs { .card .card-img-xs {
margin-right: 0.5rem; margin-right: 0.5rem;
margin-bottom: 0.75rem;
} }
.card { .card {
@@ -83,4 +84,4 @@
/* iPhone 5 or before */ /* iPhone 5 or before */
@media only screen and (max-width: 320px) { @media only screen and (max-width: 320px) {
} }
} }