homepage/sass/parts/_comments.scss
Fabian Montero 8be91ee3d9 Squashed 'themes/tabi-lean/' content from commit efb4246
git-subtree-dir: themes/tabi-lean
git-subtree-split: efb42461fde7ee5b0c140d27f2789fdf9c98b100
2025-09-14 16:00:14 -06:00

33 lines
713 B
SCSS

.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;
}
}