chat-bubbles-for-yt/src/chat.css
2022-03-05 16:58:57 +09:00

10 lines
148 B
CSS

.chat {
padding-left: 34px;
padding-bottom: 200px;
display: flex;
flex-flow: column wrap;
align-items: flex-start;
font-size: 32px;
}