Skip to content
Snippets Groups Projects
Select Git revision
  • 7e9891cda0d423f7d93a371ff8853cdb161df8fd
  • master default protected
2 results

index.css

Blame
  • index.css 423 B
    body {
        margin: 0;
        font-family: sans-serif;
    }
    
    #root {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0, 0, 0, 1);
    }
    
    #portrait {
        position: relative;
        margin: auto;
        min-width: 300px;
        min-height: 300px;
        width: 100%;
        height: 100%;
        max-width: 62.5vh;
        background: rgba(240, 240, 240, 1);
        overflow: hidden;
        transform: scale(1);
    }