mirror of
https://github.com/danog/sass-site.git
synced 2025-01-23 06:11:57 +01:00
10 lines
119 B
SCSS
10 lines
119 B
SCSS
%block-text,
|
|
p {
|
|
@extend %reset-margin;
|
|
@include padding-trailer;
|
|
}
|
|
|
|
p,
|
|
li,
|
|
dd { max-width: sl-px-to-em(1024px); }
|