fix: remove blog header and add top margin
This commit is contained in:
parent
a8db81311b
commit
4b50b71600
|
@ -5,10 +5,6 @@
|
|||
{%- include header.html -%}
|
||||
<div class="container">
|
||||
<main class="blog">
|
||||
<div id="blog-header">
|
||||
<span class="blog-header-title">the <img width="30px" src="assets/base/distrust-white.svg"/> Distrust blog</span>
|
||||
<div class="blog-header-subtitle">Provable security, explained.</div>
|
||||
</div>
|
||||
<div class="entry">
|
||||
<div class="posts">
|
||||
{% for post in site.posts %}
|
||||
|
|
|
@ -1504,6 +1504,7 @@ pre {
|
|||
.blog {
|
||||
margin: auto;
|
||||
max-width: 700px;
|
||||
margin-top: 80px;
|
||||
}
|
||||
|
||||
.post {
|
||||
|
|
Loading…
Reference in New Issue