Skip to content
This repository was archived by the owner on Mar 26, 2023. It is now read-only.

Commit 63d5d93

Browse files
committed
page refinements
1 parent a3360cf commit 63d5d93

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

_layouts/post.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,11 @@ <h1 class="post-title">{{ page.title }} <small class="post-date">{{ page.date |
1414
</div> <!-- post-content -->
1515
</article>
1616

17+
<hr>
18+
1719
<div class="sharing">
1820
<div class="row">
19-
<div class="col-md-4 col-sm-4 col-xs-12">
21+
<div class="col-md-4 col-sm-4 col-xs-12 center">
2022
<div class="btn-group btn-group-justified" role="group">
2123

2224
<div class="btn-group" role="group">
@@ -46,13 +48,10 @@ <h1 class="post-title">{{ page.title }} <small class="post-date">{{ page.date |
4648
</div> <!-- row -->
4749
</div> <!-- sharing -->
4850

49-
<hr>
50-
5151
<div>
52-
<p class="text-muted">
52+
<p class="text-muted text-center">
5353
<small>
54-
<strong>Enjoy this article?</strong> <a href="http://bit.ly/jsqrsTW" target="_blank">Follow</a> or <a href="/feed.xml">subscribe</a> for updates.<br />
55-
<strong>Questions? Feedback? Corrections?</strong>
54+
<strong>Questions? Feedback? Corrections?</strong><br/>
5655
Open an <a href="{{ site.links.issue }}" target="_blank">issue</a> or submit a <a href="{{ site.links.pull }}" target="_blank">pull request</a> on <a href="{{ site.links.github }}" target="_blank">GitHub</a>.
5756
</small>
5857
</p>

css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,10 @@ code, pre {
146146
background-color: #eeeeee;
147147
}
148148

149+
.sharing {
150+
padding: 0.5rem;
151+
}
152+
149153
/* SOCIAL */
150154

151155
.social a {

0 commit comments

Comments
 (0)