mirror of https://gitlab.com/curben/blog
fix(css): align badge to the left
This commit is contained in:
parent
8c8c334eaa
commit
bda9bdfbc5
|
@ -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>
|
||||
<% } %>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue