.link-table { .link-table-container { overflow-x: auto; } margin-bottom: $md-space; table { width: 100%; } table td, table th { padding: 1em .5em; @include media-breakpoint-down(sm) { padding: .5em .3em; font-size: .9em; a { font-size: 1em; } } } table thead tr { background-color: $light-blue; } table thead th { padding: .5em; @include media-breakpoint-down(sm) { padding: .3em; } } table tbody tr { border-bottom: 1px solid $grey-border; } table td:first-child, table th:first-child { @include media-breakpoint-down(sm) { padding-left: .5em; } } }