Source code for website arcusiridis.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
378 B

5 years ago
  1. figure {
  2. display: block;
  3. margin: auto;
  4. padding: 1rem;
  5. }
  6. figure img {
  7. display: block;
  8. margin: auto;
  9. }
  10. figure h1, figure h2, figure h3, figure h4, figure h5, figure h6 {
  11. text-align: center;
  12. margin-bottom: 0;
  13. }
  14. figure figcaption p {
  15. font-style: italic;
  16. text-align: center;
  17. margin-top: 1rem;
  18. margin-bottom: 0;
  19. }
  20. figure figcaption {
  21. margin-bottom: 1em;
  22. }