refactor: change shadow

feat/integration_ideo
Nicolas Doby 2022-10-29 12:07:13 +02:00
parent 364be957c7
commit 5bdd717ceb
1 changed files with 2 additions and 1 deletions

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;