mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Fix some validator issues
- Typo in CSS - improper use of <section>
This commit is contained in:
parent
ceb19c9308
commit
c40dc58bac
2 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ html {
|
|||
|
||||
.e-content {
|
||||
max-width: 38em;
|
||||
padding 0;
|
||||
padding: 0;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
|
|
@ -21,9 +21,9 @@
|
|||
</small>
|
||||
</header>
|
||||
<hr>
|
||||
<section class="e-content entry-content" itemprop="articleBody">
|
||||
<div class="e-content entry-content" itemprop="articleBody">
|
||||
{{ partial "processed-content" . -}}
|
||||
</section>
|
||||
</div>
|
||||
</article>
|
||||
<hr>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue