hugo-theme-next/assets/css/_common/components/third-party/utterances.scss
2022-06-19 18:18:17 +08:00

7 lines
94 B
SCSS

@if $utterances_enable {
.utterances {
//max-width: unset;
min-height: 300px;
}
}