style.css 173 B

1234567891011121314
  1. .reveal blockquote {
  2. width: 90%;
  3. padding: 0 5%;
  4. }
  5. .reveal pre {
  6. width: 100%;
  7. text-align: left;
  8. }
  9. .reveal section img {
  10. border: 0px;
  11. margin: 0px;
  12. }