mobile clean up, working on accordian styling

This commit is contained in:
Calvin Jhunjhnuwala
2021-06-25 10:58:51 -07:00
parent c23fa8675c
commit ed5dca1188
4 changed files with 177 additions and 177 deletions

View File

@@ -110,6 +110,7 @@ p + .readmore {
width: calc(100% - 32px);
}
a {
position: relative;
&:hover {
color: $white;
}
@@ -121,7 +122,9 @@ p + .readmore {
transition: transform 0.3s ease-out;
transform: rotate(180deg);
position: absolute;
right: 32px;
right: -32px;
top: calc(50% - 12px);
display: inline-flex;
content: url(../../img/icons/purple-arrow.svg);
}
&.collapsed {