Skip to content
Snippets Groups Projects
Select Git revision
  • 20a7379cd1306b88d53f2d814e37263017e2dc1b
  • master default
  • feature/20-testing-av-popup
3 results

stats.module.css

Blame
  • Forked from an inaccessible project.
    user avatar
    Carl Valdemar Ebbesen authored
    20a7379c
    History
    stats.module.css 294 B
    .wrapperStats {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 16px;
        background-color: lightslategray;
        padding: 15px;
        font-size: 24px;
    }
    
    @media (max-width:600px) { 
        .wrapperStats {
            width: 60%;
            font-size: 16px;
        }
    }