Fix "Buy More" button touching the presets (#6094)

This commit is contained in:
infinite-persistence 2021-05-21 03:20:13 +08:00 committed by GitHub
parent c8659cc44b
commit 200dc66763
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -601,10 +601,12 @@ svg + .button__label {
.button-toggle-group-action {
position: absolute; // Centers the button along toggle buttons
margin-left: var(--spacing-xs);
@media (max-width: $breakpoint-small) {
position: relative;
top: var(--spacing-s);
margin-left: unset;
}
}