stacker.news/components/text.module.css

7 lines
125 B
CSS
Raw Normal View History

2021-04-14 23:56:29 +00:00
.text {
font-size: 90%;
white-space: pre-wrap;
word-break: break-word;
font-family: inherit;
margin: 0;
}