add wide hr
This commit is contained in:
parent
71f2a1f926
commit
5acfd51b5b
1 changed files with 7 additions and 1 deletions
|
@ -50,3 +50,9 @@ $fa-font-path: "../fonts";
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
font-size: $font-size-base;
|
font-size: $font-size-base;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
hr.wide {
|
||||||
|
width: 100%;
|
||||||
|
max-width: initial;
|
||||||
|
}
|
||||||
|
|
Reference in a new issue