File tree Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Expand file tree Collapse file tree 2 files changed +33
-2
lines changed Original file line number Diff line number Diff line change
1
+ /* HEADERS
2
+ * Always try to use a .head class for SEO reasons
3
+ * Only style on h1-h6 when the client uses an editor like TinyMCE and you can't influence the classes
4
+ */
5
+
6
+ h1 ,
7
+ h2 ,
8
+ h3 ,
9
+ h4 ,
10
+ h5 ,
11
+ h6 ,
12
+ .head ,
13
+ .head1 ,
14
+ .head2 ,
15
+ .head3 ,
16
+ .head4 ,
17
+ .head5 ,
18
+ .head6 {
19
+ font-family : $font-sec ;
20
+ margin : 0 0 .8rem ;
21
+ line-height : 1.3 ;
22
+ font-size : 2.4rem ;
23
+ }
24
+
25
+ h1 , .head1 { font-size : 3.0rem ; margin-bottom : .2rem ; }
26
+ h2 , .head2 { font-size : 2.6rem ; margin-bottom : .3rem ; }
27
+ h3 , .head3 { font-size : 2.4rem ; margin-bottom : .2rem ; }
28
+ h4 , .head4 { font-size : 2.2rem ; margin-bottom : .2rem ; }
29
+ h5 , .head5 { font-size : 2.0rem ; margin-bottom : .4rem ; }
30
+ h6 , .head6 { font-size : 1.6rem ; margin-bottom : .6rem ; }
Original file line number Diff line number Diff line change 6
6
@import ' layout/static_content' ;
7
7
8
8
/* Base
9
- These base files here so they overwrite the grid
9
+ These base files here so they overwrite the grid
10
10
*/
11
- @import ' base/defaults' ;
11
+ @import ' base/defaults' ;
12
+ @import ' base/heading' ;
You can’t perform that action at this time.
0 commit comments