mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Tweak icon margins
This commit is contained in:
@@ -435,7 +435,7 @@ tbody tr:nth-child(odd) th {
|
||||
.post-icon {
|
||||
display: inline-block;
|
||||
padding-top: 0rem;
|
||||
margin-left: 1rem;
|
||||
margin-left: 0.8rem;
|
||||
margin-top: -2rem;
|
||||
margin-bottom: -2rem;
|
||||
width: 3rem;
|
||||
|
||||
@@ -36,8 +36,7 @@
|
||||
{% block main %}
|
||||
<div class="{% if page.extra.rtl %}right-to-left{% endif %}">
|
||||
<div class="post-title">
|
||||
<h1>{{ page.title }}</h1>
|
||||
<span class="post-icon">
|
||||
<h1>{{ page.title }}</h1><span class="post-icon">
|
||||
{%- if page.extra.icon -%}{{page.extra.icon | safe}}{%- endif -%}
|
||||
</span>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user