make blockquotes look better on all devices
This commit is contained in:
parent
198dfe6cf3
commit
83647c2d1a
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user