hugo-theme-next/assets/css/_common/components/third-party/utterances.scss
2022-05-21 17:47:26 +08:00

6 lines
83 B
SCSS

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