mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-07 01:54:23 +00:00
21 lines
344 B
SCSS
21 lines
344 B
SCSS
.utterances {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
width: 100%;
|
|
max-width: 760px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.utterances-frame {
|
|
color-scheme: light;
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
width: 1px;
|
|
min-width: 100%;
|
|
max-width: 100%;
|
|
height: 100%;
|
|
border: 0;
|
|
}
|