Merge pull request #1642 from consul/fix/legislative_process_table_of_contents

Fix Table of Contents rotated text margin&line height
This commit is contained in:
Alberto
2017-06-12 19:11:15 +02:00
committed by GitHub

View File

@@ -759,12 +759,13 @@ $epigraph-line-height: rem-calc(22);
.draft-index-rotated {
@include breakpoint(medium) {
line-height: 1;
display: block;
font-size: $small-font-size;
text-transform: uppercase;
font-weight: 700;
color: #696969;
margin-top: 1rem;
margin-top: $line-height;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);