mirror of
https://github.com/status-im/hackathon.status.im.git
synced 2026-09-02 04:21:11 +00:00
10 lines
164 B
CSS
10 lines
164 B
CSS
blockquote {
|
|
box-sizing: border-box;
|
|
padding: 24px;
|
|
border-radius: 8px;
|
|
border: 1px solid #e3e6e7;
|
|
margin-top: 24px;
|
|
}
|
|
em {
|
|
font-style: italic;
|
|
} |