Commit 03e39251 authored by Mark Otto's avatar Mark Otto
Browse files

larger hr border width so it shows up

parent b873edce
Showing with 1 addition and 1 deletion
+1 -1
......@@ -111,7 +111,7 @@ hr {
margin-top: $spacer;
margin-bottom: $spacer;
border: 0;
border-top: .05rem solid $hr-border;
border-top: .0625rem solid $hr-border;
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment