Skip to content
Snippets Groups Projects
custom.css 296 B
Newer Older
  • Learn to ignore specific revisions
  • Whitney Armstrong's avatar
    Whitney Armstrong committed
    .github-corner svg {
        fill: var(--primary-light-color);
        color: var(--page-background-color);
        width: 72px;
        height: 72px;
    }
    
    #projectnumber {
        margin-right: 25px;
    }
    
    @media screen and (max-width: 767px) {
        .github-corner svg {
            width: 55px;
            height: 55px;
        }
    }