Cleanup dirty daisy build workspace directory, part2
[releng.git] / utils / test / reporting / 3rd_party / sass / components / _section.scss
1 ///\r
2 /// Phantom by HTML5 UP\r
3 /// html5up.net | @ajlkn\r
4 /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)\r
5 ///\r
6 \r
7 /* Section/Article */\r
8 \r
9         section, article {\r
10                 &.special {\r
11                         text-align: center;\r
12                 }\r
13         }\r
14 \r
15         header {\r
16                 p {\r
17                         margin-top: _size(element-margin) * -0.5;\r
18                 }\r
19 \r
20                 @include breakpoint(small) {\r
21                         p {\r
22                                 margin-top: 0;\r
23                         }\r
24                 }\r
25         }