mirror of
https://github.com/danog/sass-site.git
synced 2024-12-14 02:17:36 +01:00
12 lines
128 B
SCSS
12 lines
128 B
SCSS
|
footer,
|
||
|
header,
|
||
|
main,
|
||
|
nav,
|
||
|
section { display: block; }
|
||
|
|
||
|
%block-text,
|
||
|
p {
|
||
|
@extend %reset-margin;
|
||
|
@include padding-trailer;
|
||
|
}
|