Blog UI tweaks

This commit is contained in:
Robert Marshall 2020-01-03 19:43:23 +00:00
parent 92e479457c
commit 8574a6a1d1
2 changed files with 12 additions and 4 deletions

View file

@ -53,4 +53,12 @@
flex: 1 1 auto;
}
}
}
}
.post-list{
border-collapse: collapse;
&__post:hover{
background: @Grey-300;
margin: 5px;
}