Files
hackathon.status.im/css/new.css
T
Ben Morrow 88f683e620 Merge branch 'gh-pages' into develop
# Conflicts:
#	css/main.css
#	index.html
2017-05-18 12:21:15 -05:00

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;
}