File tree Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Expand file tree Collapse file tree 3 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1 class="post-title">{{ page.title }}</h1>
27
27
{% endif %}
28
28
< div class ="profile ">
29
29
< img src ="{{ site.author.image }} " alt ="{{ site.author.name }}'s Picture " class ="avatar " style ="margin-bottom: .66667em " />
30
- Steve Wilkes, Principal Consultant
30
+ Steve Wilkes, Principal Engineer
31
31
</ div >
32
32
< div class ="post-content ">
33
33
{{content}}
Original file line number Diff line number Diff line change 30
30
margin : 0 10px 0 0 ;
31
31
}
32
32
33
- .site-logo a ,
34
- .profile a {
35
- color : $gray-darkest ;
33
+ .profile {
34
+ font-size : .76667em ;
35
+ margin : 0 0 1.66667em ;
36
+
37
+ a {
38
+ color : $gray-darkest ;
39
+ }
36
40
}
37
41
38
42
.site-logo img {
Original file line number Diff line number Diff line change 42
42
padding : 0 ;
43
43
}
44
44
45
- .site-logo ,
46
- .profile {
47
- font-size : .76667em ;
48
- margin : 0 0 1.66667em ;
49
- }
50
-
51
45
.site-logo img {
52
46
max-height : 100px ;
53
47
}
84
78
.social-links {
85
79
-ms-flex-pack : center ;
86
80
justify-content : center ;
87
- }
88
81
89
- .social-links a {
90
- margin : 0 5px 0.5em ;
82
+ a {
83
+ margin : 0 5px 0.5em ;
84
+ }
91
85
}
92
86
}
93
87
You can’t perform that action at this time.
0 commit comments