We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b7aa4 commit ca00074Copy full SHA for ca00074
_includes/recent_articles.html
@@ -18,8 +18,8 @@ <h1 class="card-title">Recent Articles</h1>
18
{% if post.thumbnail %}
19
<img
20
src="{{site.url}}{{site.baseurl}}/assets/img/{{post.thumbnail}}"
21
- width="50px"
22
- height="50px"
+ width="150px"
+ height="150px"
23
/>
24
{% endif %}
25
_sass/devlopr.scss
@@ -645,6 +645,8 @@ header {
645
padding-left: 5px;
646
padding-top: 2px;
647
margin: 5px;
648
+ display: flex;
649
+ align-items: center;
650
}
651
.recent-article-link{
652
font-size: 20px;
0 commit comments