hugo-theme-next/assets/css/_common/components/third-party/utterances.scss

6 lines
83 B
SCSS
Raw Normal View History

@if hexo-config('utterances.enable') {
.utterances {
max-width: unset;
}
}