mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-05-15 00:02:57 -05:00
Compare commits
No commits in common. "54f89dad51e4c9448f2cfc8d61beef936fed51fb" and "a65a435b1d0ce2ebf9c5095b98cac56ba09283f5" have entirely different histories.
54f89dad51
...
a65a435b1d
@ -634,14 +634,6 @@ hr {
|
|||||||
border: 1px solid var(--background-3);
|
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 {
|
table.markdown {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border: 2px solid var(--text-1);
|
border: 2px solid var(--text-1);
|
||||||
|
@ -28,9 +28,9 @@
|
|||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<article class="post-content">
|
<div class="post-content">
|
||||||
{{ .Content }}
|
{{ .Content }}
|
||||||
</article>
|
</div>
|
||||||
|
|
||||||
{{ partial "series-box.html" . }}
|
{{ partial "series-box.html" . }}
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
<hr class="full-width-hr">
|
|
Loading…
x
Reference in New Issue
Block a user