File tree 5 files changed +20
-44
lines changed
5 files changed +20
-44
lines changed Original file line number Diff line number Diff line change 12
12
< div class ="col-lg-10 col-md-10 col-xs-10 ">
13
13
< header class ="post-header ">
14
14
< h1 class ="post-title remove-bottom "> {{ page.title }}</ h1 >
15
- < p class ="post-meta ">
15
+ < p class ="post-meta half-top ">
16
16
{{ page.date | date: "%b %-d, %Y" }}
17
17
by < strong >
18
18
{% assign author_team = false %}
Original file line number Diff line number Diff line change 14
14
margin : 0 0 ($line-height-computed / 2 ) 0 ;
15
15
font-weight : 200 ;
16
16
font-family : $base-font-family ;
17
- color : $gray-base ;
18
17
letter-spacing : 1px ;
19
18
}
20
19
21
- h1 { font-size : 36px ; }
22
- h2 { font-size : 30px ; }
23
- h3 { font-size : 24px ; }
24
- h4 { font-size : 21px ; }
25
- h5 { font-size : 18px ; }
26
-
20
+ h2 , h3 , h4 {
21
+ color : $gray-dark ;
22
+ }
27
23
28
24
h1 i ,
29
25
h2 i ,
Original file line number Diff line number Diff line change 14
14
margin-bottom : ($spacing-unit / 3 );
15
15
font-family : $base-font-family ;
16
16
letter-spacing : 0px ;
17
- line-height : 1.5 ;
17
+ line-height : 1.2 ;
18
18
19
19
a .post-link {
20
- font-size : 24 px ;
20
+ font-size : 20 px ;
21
21
font-weight : normal ;
22
22
color : $gray-base ;
23
23
}
26
26
color : $brand-primary ;
27
27
}
28
28
29
- @include media-query ($on-laptop ) {
30
- font-size : 36px ;
31
- }
32
29
}
33
30
34
31
.post-content {
38
35
h2 , h3 , h4 {
39
36
margin-top : $spacing-unit ;
40
37
margin-bottom : $line-height-computed / 2 ;
41
- }
42
-
43
- h2 {
44
- font-size : 26px ;
45
-
46
- @include media-query ($on-laptop ) {
47
- font-size : 26px ;
48
- }
49
- }
50
-
51
- h3 {
52
- font-size : 22px ;
53
-
54
- @include media-query ($on-laptop ) {
55
- font-size : 22px ;
56
- }
57
- }
58
-
59
- h4 {
60
- font-size : 18px ;
61
-
62
- @include media-query ($on-laptop ) {
63
- font-size : 18px ;
64
- }
38
+ font-weight : bold ;
65
39
}
66
40
67
41
img {
68
42
margin : $spacing-unit auto ;
69
43
display : block ;
70
44
}
45
+
46
+ ul {
47
+ // color: $gray-dark;
48
+ list-style-type : square ;
49
+ }
50
+
71
51
}
Original file line number Diff line number Diff line change @@ -89,12 +89,12 @@ $font-size-base: 14px !default;
89
89
$font-size-large : 18px !default ; // ~18px
90
90
$font-size-small : 12px !default ; // ~12px
91
91
92
- $font-size-h1 : 48 px !default ;
93
- $font-size-h2 : 36 px !default ;
94
- $font-size-h3 : 30 px !default ;
95
- $font-size-h4 : 24 px !default ;
96
- $font-size-h5 : 21 px !default ;
97
- $font-size-h6 : 18 px !default ;
92
+ $font-size-h1 : 22 px !default ;
93
+ $font-size-h2 : 18 px !default ;
94
+ $font-size-h3 : 14 px !default ;
95
+ $font-size-h4 : 14 px !default ;
96
+ $font-size-h5 : 12 px !default ;
97
+ $font-size-h6 : 12 px !default ;
98
98
99
99
100
100
// ** Unit-less `line-height` for use in components like buttons.
Original file line number Diff line number Diff line change 11
11
{% capture post_year %}{{ post.date | date: "%Y" }}{% endcapture %}
12
12
{% if post_year != current_year %}
13
13
{% unless forloop.first %}</ ul > {% endunless %}
14
- < p > {{ post_year }}</ p >
14
+ < h2 > {{ post_year }}</ h2 >
15
15
< ul class ="post-list ">
16
16
{% capture current_year %}{{ post_year }}{% endcapture %}
17
17
{% endif %}
You can’t perform that action at this time.
0 commit comments