document.scss 229 B

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