Commit 1e58e179 authored by Ben Hayward's avatar Ben Hayward

Boost button mobile offscreen #1357

1 merge request!405Boost button mobile offscreen #1357
Pipeline #69097070 canceled with stages
in 7 seconds
......@@ -66,8 +66,11 @@
}
.m-boost--creator-section {
padding: 16px 0;
font-weight: 400;
padding: 16px 0;
@media screen and (max-width: $max-mobile) {
padding: 8px 0;
}
}
.m-boost--creator-section-row {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment