mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 18:37:35 +01:00
10 lines
104 B
SCSS
10 lines
104 B
SCSS
%block-text,
|
|
p {
|
|
@extend %reset-margin;
|
|
@include padding-trailer;
|
|
}
|
|
|
|
p,
|
|
li,
|
|
dd { max-width: 60em; }
|