mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-17 16:31:07 +00:00
larger hr border width so it shows up
This commit is contained in:
parent
b873edce8e
commit
03e39251fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue