style: scale blog card on hover

This commit is contained in:
Oliver Booth 2023-08-08 01:26:49 +01:00
parent 8f345e493a
commit 6b864d5ab3
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 8 additions and 0 deletions

View File

@ -151,6 +151,14 @@ article {
}
}
.blog-card {
transition: all 0.2s ease-in-out;
&:hover {
transform: scale(1.05);
}
}
pre code span.line {
counter-increment: line;