10 lines
165 B
SCSS
10 lines
165 B
SCSS
.comment__info {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 12px;
|
|
padding-right: 84px;
|
|
font-size: 14px;
|
|
position: relative;
|
|
}
|