Skip to content

Commit ca00074

Browse files
committed
Increase post thumbnail sizes
1 parent 80b7aa4 commit ca00074

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

_includes/recent_articles.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ <h1 class="card-title">Recent Articles</h1>
1818
{% if post.thumbnail %}
1919
<img
2020
src="{{site.url}}{{site.baseurl}}/assets/img/{{post.thumbnail}}"
21-
width="50px"
22-
height="50px"
21+
width="150px"
22+
height="150px"
2323
/>
2424
{% endif %}
2525

_sass/devlopr.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,8 @@ header {
645645
padding-left: 5px;
646646
padding-top: 2px;
647647
margin: 5px;
648+
display: flex;
649+
align-items: center;
648650
}
649651
.recent-article-link{
650652
font-size: 20px;

0 commit comments

Comments
 (0)