Use the full width key dates html where is possible, fix svg margin

This commit is contained in:
Martín González
2017-01-18 13:05:16 +01:00
parent 146db24d58
commit 076c5d2784
5 changed files with 11 additions and 12 deletions

View File

@@ -187,11 +187,10 @@ $epigraph-font-size: rem-calc(15);
svg {
position: absolute;
top: 1.25rem;
left: -1rem;
@include breakpoint(medium) {
@include breakpoint(1280px) {
transform: rotate(-6deg);
top: 0.75rem;
left: -1rem;
}
}