resize skillcards by CSS instead of JS

This commit is contained in:
vlebert 2021-06-03 13:33:13 +02:00
parent 3421c99ebf
commit 169e0599e9
2 changed files with 4 additions and 25 deletions

View file

@ -19,6 +19,7 @@
.skills-section .card {
margin-top: 0.5rem;
margin-bottom: 0.5rem;
height: 100%;
}
.skills-section .card .card-body {