css: slight style improvements
Some checks failed
Website build and deploy / build (push) Failing after 20s

This commit is contained in:
2026-03-31 17:40:30 +02:00
parent c5d35b7bc2
commit bc94e7b75e

View File

@@ -363,6 +363,13 @@ div.contact p {
margin-top: 0;
}
}
// First and last card in the list have different border radius
.row:first-child .card {
border-radius: 1rem 1rem 0 1rem;
}
.row:last-child .card {
border-radius: 0 1rem 1rem 1rem;
}
}
/* Helpers */