Skip to content

Commit aa4b44f

Browse files
committed
Styling tweaks
1 parent 3155642 commit aa4b44f

File tree

3 files changed

+11
-13
lines changed

3 files changed

+11
-13
lines changed

_layouts/post.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1 class="post-title">{{ page.title }}</h1>
2727
{% endif %}
2828
<div class="profile">
2929
<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
3131
</div>
3232
<div class="post-content">
3333
{{content}}

_sass/_header.scss

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,13 @@
3030
margin: 0 10px 0 0;
3131
}
3232

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+
}
3640
}
3741

3842
.site-logo img {

_sass/_media-queries.scss

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,6 @@
4242
padding: 0;
4343
}
4444

45-
.site-logo,
46-
.profile {
47-
font-size: .76667em;
48-
margin: 0 0 1.66667em;
49-
}
50-
5145
.site-logo img {
5246
max-height: 100px;
5347
}
@@ -84,10 +78,10 @@
8478
.social-links {
8579
-ms-flex-pack: center;
8680
justify-content: center;
87-
}
8881

89-
.social-links a {
90-
margin: 0 5px 0.5em;
82+
a {
83+
margin: 0 5px 0.5em;
84+
}
9185
}
9286
}
9387

0 commit comments

Comments
 (0)