Skip to content
Snippets Groups Projects
Select Git revision
  • 84480b54cc6fd2f116543c44c15ee046752524fe
  • master default protected
2 results

schema.ts

Blame
  • style.css 189 B
    main {
        display: flex;
        flex-wrap: wrap;
    }
    figure {
        margin: 2em;
        border: 1px solid black;
    }
    figure img {
        max-width: 300px;
    }
    figure figcaption {
        text-align: center;
    }