mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
feat: add blog comments via utterances
This commit is contained in:
@@ -86,3 +86,22 @@
|
||||
.linkedin:hover {
|
||||
color: #0077b5;
|
||||
}
|
||||
|
||||
.comments {
|
||||
width: 100%;
|
||||
margin-top: 2em;
|
||||
border-top: 1px solid var(--fg-color-0);
|
||||
}
|
||||
|
||||
.utterances {
|
||||
margin-top: 2em;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 567px) {
|
||||
.utterances {
|
||||
width: calc(100% + 60px);
|
||||
position: relative;
|
||||
left: -60px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user