Fix issues.

This commit is contained in:
Syfaro 2018-10-07 16:32:38 -05:00
parent fd8ebe813e
commit 69754359a1
2 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@
<article>
<h2>{{ .Title }}</h2>
<section>
<section class="char-desc">
{{ .Content }}
</section>
</article>
@ -25,6 +25,6 @@
</section>
</div>
{{ $app := resources.Get "js/app.js" | resources.Fingerprint }}
<script src="{{ $app.RelPermalink }}" integrity="{{ $app.Data.Integrity }}"></script>
{{ $app := resources.Get "js/app.js" }}
<script src="{{ $app.RelPermalink }}"></script>
{{ end }}

View File

@ -288,6 +288,10 @@ a[data-message]:hover:after {
display: inline-block;
}
section.char-desc li:not(:first-child) {
padding-top: 8px;
}
.peppershrike {
width: 100%;
background-color: #eadef6;