0/1 discussion resolved
- Owner
added MR::Requires Changes label
added 2 commits
changed the description
- Developer
Took more away to support smaller phones.
117 117 } 118 118 119 119 .m-wire--creator-section { 120 padding: 16px 0; 121 120 font-weight: 400; 121 padding: 16px 0; 122 @media screen and (max-width: $min-tablet) { 123 padding: unset; 124 } 122 125 123 126 &.m-wire--creator-section--last { 124 127 margin-top: 8px; 128 @media screen and (max-width: $min-tablet) { - Owner
spacing consistency