refactor: change shadow
parent
364be957c7
commit
5bdd717ceb
|
@ -235,7 +235,8 @@ figure figcaption {
|
||||||
.post-list-item {
|
.post-list-item {
|
||||||
max-width: 430px;
|
max-width: 430px;
|
||||||
padding: 2rem;
|
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 {
|
.post-list-header h2 {
|
||||||
margin-bottom: .5rem;
|
margin-bottom: .5rem;
|
||||||
|
|
Loading…
Reference in New Issue