effect fix

This commit is contained in:
2020-01-25 20:43:15 +01:00
parent 5e70fd84bf
commit 4cb616dace
2 changed files with 56 additions and 34 deletions

View File

@@ -3,27 +3,25 @@
{% include head.html %}
<body>
<div class="screen-image">
<div class="crt crt-flicker">
<div class="screen-content crt-shadow">
<style>
.meta {
font-size: .7rem;
font-weight: normal;
}
</style>
<!-- header -->
{% include header.html %}
<!-- nav -->
{% include nav.html %}
<!-- page content -->
<main class="post-list">
<p class="title">{{page.title}}</p>
{{content}}
</main>
<div class="screen-content crt">
<style>
.meta {
font-size: .7rem;
font-weight: normal;
}
</style>
<!-- header -->
{% include header.html %}
<!-- nav -->
{% include nav.html %}
<!-- page content -->
<main class="post-list">
<p class="title">{{page.title}}</p>
{{content}}
</main>
<!-- footer -->
{% include footer.html %}
</div>
<!-- footer -->
{% include footer.html %}
</div>
</div>
</body>