summaryrefslogtreecommitdiff
path: root/sass/parts/_comments.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/parts/_comments.scss')
-rw-r--r--sass/parts/_comments.scss33
1 files changed, 33 insertions, 0 deletions
diff --git a/sass/parts/_comments.scss b/sass/parts/_comments.scss
new file mode 100644
index 0000000..aab54d9
--- /dev/null
+++ b/sass/parts/_comments.scss
@@ -0,0 +1,33 @@
+.utterances-frame {
+ width: 100%;
+}
+
+.comments {
+ margin-top: 2rem;
+ border-top: var(--divider-color) solid 0.5px;
+ border-bottom: var(--divider-color) solid 0.5px;
+ padding-top: 2rem;
+ padding-bottom: 2rem;
+
+ iframe {
+ margin: 0;
+ border: none;
+ aspect-ratio: inherit;
+ width: 100%;
+ max-width: 100%;
+ }
+
+ .load-comments-button {
+ display: block;
+ cursor: pointer;
+ margin: 0.5em auto;
+ border: none;
+ background: none;
+ padding-block: 0.5em;
+ padding-inline: 1em;
+ color: inherit;
+ font-size: 0.95rem;
+ font-family: var(--sans-serif-font);
+ text-decoration: none;
+ }
+}