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

@ -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;
}