Files
remark42/web/app/components/comment/comment.scss
T
2018-01-28 23:12:18 +02:00

11 lines
166 B
SCSS

@import 'common/variables';
.comment {
display: flex;
position: relative;
overflow: hidden;
margin-bottom: $offset;
font-size: 16px;
line-height: 1.2;
}