Correct table of contents rotated text margin and line height
This commit is contained in:
@@ -759,12 +759,13 @@ $epigraph-line-height: rem-calc(22);
|
|||||||
|
|
||||||
.draft-index-rotated {
|
.draft-index-rotated {
|
||||||
@include breakpoint(medium) {
|
@include breakpoint(medium) {
|
||||||
|
line-height: 1;
|
||||||
display: block;
|
display: block;
|
||||||
font-size: $small-font-size;
|
font-size: $small-font-size;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #696969;
|
color: #696969;
|
||||||
margin-top: 1rem;
|
margin-top: $line-height;
|
||||||
-webkit-transform: rotate(-90deg);
|
-webkit-transform: rotate(-90deg);
|
||||||
-moz-transform: rotate(-90deg);
|
-moz-transform: rotate(-90deg);
|
||||||
-ms-transform: rotate(-90deg);
|
-ms-transform: rotate(-90deg);
|
||||||
|
|||||||
Reference in New Issue
Block a user