add css for hr

This commit is contained in:
Arthur Lu 2022-12-14 22:57:55 -08:00
parent ac89be7600
commit eb46ac7a5b

View File

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