Change More/Less anchor styling

-no longer overlaps text in an ugly way
This commit is contained in:
Montana
2019-06-05 15:52:56 -04:00
parent a2d1c470c1
commit 4242632a30
2 changed files with 9 additions and 5 deletions

View File

@@ -49,11 +49,15 @@
.semi-collapsed {
overflow: hidden;
height: $gap * 5.5;
height: 5.1rem;
}
.more {
margin-top: -2.5rem;
margin-top: -4.4rem;
padding-left: 1.25rem;
background-color: $color-offwhite;
position: relative;
cursor: pointer;
}
.green {