feat: add support for giscus & utterances comments

This commit is contained in:
welpo
2023-07-12 18:44:28 +02:00
parent 93c8b577b8
commit 19d120019b
17 changed files with 333 additions and 99 deletions

View File

@@ -1,10 +1,12 @@
.utterances-frame {
min-height: 18rem;
width: 100%;
}
.comments {
padding-top: 5vmin;
border-top: var(--divider-color) solid 0.5px;
margin-top: 2rem;
padding-top: 2rem;
padding-bottom: 2rem;
iframe {
border: none;