make blockquotes look better on all devices

master
an 2020-01-02 08:42:43 -05:00
parent 198dfe6cf3
commit 83647c2d1a
1 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,10 @@ img {
margin: auto; margin: auto;
max-width: 100% max-width: 100%
} }
blockquote {
margin: auto;
max-width: 85%;
}
body { body {
margin: 40px auto; margin: 40px auto;
max-width: 70%; max-width: 70%;
@ -54,7 +58,6 @@ blockquote {
image-rendering: crisp-edges image-rendering: crisp-edges
} }
.ibox-head { .ibox-head {
width: 100%;
text-align: center; text-align: center;
margin-top: 0.5em; margin-top: 0.5em;
margin-bottom: 0.5em margin-bottom: 0.5em