actually fix it

This commit is contained in:
Sean Yesmunt 2020-07-30 11:09:10 -04:00
parent 60e2d14e99
commit 410c3b34a2

View file

@ -2,6 +2,10 @@
@extend .card;
position: absolute;
top: var(--spacing-l);
@media (max-width: $breakpoint-small) {
top: var(--spacing-s);
}
}
.content__viewer--inline {