css: slight style improvements
Some checks failed
Website build and deploy / build (push) Failing after 20s
Some checks failed
Website build and deploy / build (push) Failing after 20s
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user