28.1.37 #Margin - Width - p70 .mw*-md-p70
Sets the margin of element to css var for p70 on md.
Examples
Default styling
A div
.mwa-md-p70
Sets all margins to p70 on md
A div
.mwx-md-p70
Sets left and right margins to p70 on md
A div
.mwy-md-p70
Sets top and bottom margins to p70 on md
A div
.mwt-md-p70
Sets top margin to p70 on md
A div
.mwr-md-p70
Sets right margin to p70 on md
A div
.mwb-md-p70
Sets bottom margin to p70 on md
A div
.mwl-md-p70
Sets left margin to p70 on md
A div
Markup
<div class="[modifier class]">A div</div>
Source:
dist/full/full.css
, line 17329