Compare commits

..

No commits in common. "54f89dad51e4c9448f2cfc8d61beef936fed51fb" and "a65a435b1d0ce2ebf9c5095b98cac56ba09283f5" have entirely different histories.

3 changed files with 2 additions and 11 deletions

View File

@ -634,14 +634,6 @@ hr {
border: 1px solid var(--background-3);
}
@media (min-width: 720px) {
.full-width-hr {
/* see also: the related-posts section too */
margin-left: calc(-100vw / 2 + 760px / 2);
margin-right: calc(-100vw / 2 + 760px / 2);
}
}
table.markdown {
border-collapse: collapse;
border: 2px solid var(--text-1);

View File

@ -28,9 +28,9 @@
</div>
{{ end }}
<article class="post-content">
<div class="post-content">
{{ .Content }}
</article>
</div>
{{ partial "series-box.html" . }}

View File

@ -1 +0,0 @@
<hr class="full-width-hr">