add wide hr
This commit is contained in:
parent
71f2a1f926
commit
5acfd51b5b
1 changed files with 7 additions and 1 deletions
|
@ -46,7 +46,13 @@ $fa-font-path: "../fonts";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.highlight> pre {
|
.highlight > pre {
|
||||||
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