1
Fork 0

add wide hr

This commit is contained in:
Jake Howard 2016-05-24 09:07:04 +01:00
parent 71f2a1f926
commit 5acfd51b5b

View file

@ -46,7 +46,13 @@ $fa-font-path: "../fonts";
}
.highlight> pre {
.highlight > pre {
background-color: transparent;
font-size: $font-size-base;
}
hr.wide {
width: 100%;
max-width: initial;
}