fix nudge mobile styling

This commit is contained in:
Sean Yesmunt 2020-11-10 01:10:22 -05:00
parent f63de7f930
commit ca6ce23494
2 changed files with 6 additions and 1 deletions

View file

@ -134,6 +134,7 @@
}
.media__actions {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: space-between;

View file

@ -2,7 +2,7 @@
z-index: 3;
position: absolute;
left: 0;
top: calc(var(--height-button) + var(--spacing-s));
top: 4rem;
white-space: normal;
overflow: visible;
padding: var(--spacing-m);
@ -17,6 +17,10 @@
}
}
@media (min-width: $breakpoint-small) {
top: calc(var(--height-button) + var(--spacing-s));
}
&::after {
content: '';
position: absolute;