CaffGeek/MBACNationals

View on GitHub
Website/src/app/website/results-page/standings/standings.component.scss

Summary

Maintainability
Test Coverage
img.flag {
    width: 40px;
}

table {
    width: 100%;
    height: 100%;

    border-collapse: collapse; 

    td {
        height: 100%;
    }
    
    tr, td, th {
        padding: 0px;
        margin: 0px;
    }
}