fix(css): align badge to the left

This commit is contained in:
curben 2019-10-17 11:16:06 +01:00
parent 8c8c334eaa
commit bda9bdfbc5
No known key found for this signature in database
GPG Key ID: 5D9DB57A25D34EE3
2 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<%- partial('_partial/head', {}, { cache: true }) %>
<%/* set /about page to use "home" page layout */%>
<% if (is_current('about/index.html')) { %>
<body class="home-body">
<body class="about-body">
<% } else {%>
<body>
<% } %>

View File

@ -311,6 +311,11 @@ span.index-list-count:after {
justify-content: center;
}
/* align badge to the left */
.about-body .article .article-entry img {
margin: auto 0 .5em;
}
.home {
font-weight: lighter;
line-height: 1.4;