You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
313 B
SCSS

.utterances-frame {
width: 100%;
}
.comments {
border-top: var(--divider-color) solid 0.5px;
margin-top: 2rem;
padding-top: 2rem;
padding-bottom: 2rem;
iframe {
border: none;
width: 100%;
margin: 0;
max-width: 100%;
aspect-ratio: inherit;
}
}