add css for hr

This commit is contained in:
Arthur Lu 2022-12-14 22:57:55 -08:00
parent 9db70290a8
commit bbe9a7a93c

View File

@ -35,4 +35,10 @@ article {
.resource-div div img {
height: 16px;
}
hr {
border: none;
border-top: solid white 1px;
margin: 0px;
}