refactor: change shadow

This commit is contained in:
2022-10-29 12:07:13 +02:00
parent 364be957c7
commit 5bdd717ceb

View File

@@ -235,7 +235,8 @@ figure figcaption {
.post-list-item {
max-width: 430px;
padding: 2rem;
box-shadow: 0 2px 12px 0 rgba(1,87,155,.1);
border-radius: 5px;
box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.post-list-header h2 {
margin-bottom: .5rem;