document.css 173 B

1234567891011
  1. #document h4 {
  2. margin-bottom: 0;
  3. }
  4. #document blockquote {
  5. text-align: justify;
  6. word-break: break-all;
  7. }
  8. #document blockquote img {
  9. max-width: 100%;
  10. height: 100%;
  11. }