commit 122bdf5a984062913dbc61276483e3117f52750b parent 684ac917a096a7aff83becf50e4e5986981ff091 Author: Shimmy Xu <shimmy.xu@shimmy1996.com> Date: Tue, 7 Jan 2020 18:03:18 -0600 Change border type to avoid confusion with <hr/> Diffstat:
| M | layouts/partials/css/custom.css | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/css/custom.css b/layouts/partials/css/custom.css
@@ -21,5 +21,5 @@ header nav {
font-size: 90%;
}
article article {
- border-top: 1px solid;
+ border-top: 1px dotted;
}