added style for blockquotes

This commit is contained in:
Josh Johnson 2016-02-20 20:28:15 -05:00
parent 84336e7c39
commit 4c1da51102

View file

@ -19,6 +19,27 @@ h1, h2, h3, h4 {
color: #666666; color: #666666;
} }
img {
max-width: 100%;
}
blockquote {
background-color: #F0F2F5;
color: #999999;
padding: 5px;
}
blockquote p {
font-style: italic;
padding: 0 10px;
}
blockquote p:last-child {
font-style: normal;
padding-left: 30px;
}
.site { .site {
display: flex; display: flex;
min-height: 100vh; min-height: 100vh;