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

larger hr border width so it shows up

parent b873edce
...@@ -111,7 +111,7 @@ hr { ...@@ -111,7 +111,7 @@ hr {
margin-top: $spacer; margin-top: $spacer;
margin-bottom: $spacer; margin-bottom: $spacer;
border: 0; border: 0;
border-top: .05rem solid $hr-border; border-top: .0625rem solid $hr-border;
} }
......
Markdown is supported
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