Rotated the 'More in' panel's background gradient and subtracted some padding for the post card excerpt

pull/4/head
gianmarco 2023-03-20 22:21:03 +01:00
parent 98e6307b03
commit ce9f194800
1 changed files with 2 additions and 2 deletions

View File

@ -779,7 +779,7 @@ body{
font-family:"Mustica Pro","Roboto",serif
}
.post-card-excerpt p{
margin-bottom:1em
margin-bottom:.5em
}
.post-card-meta{
display:flex;
@ -1725,7 +1725,7 @@ body{
overflow:hidden;
margin:0 25px 50px;
padding:25px;
background:linear-gradient(#191b1f,#090a0b);
background:linear-gradient(140deg,#191b1f,#090a0b);
border-radius:3px
}
.read-next-card a{