diff --git a/src/AD419/ClientApp/src/sass/_regions.scss b/src/AD419/ClientApp/src/sass/_regions.scss index 12abbbf..78e68e9 100644 --- a/src/AD419/ClientApp/src/sass/_regions.scss +++ b/src/AD419/ClientApp/src/sass/_regions.scss @@ -121,24 +121,24 @@ table.projects-table { &:first-child { width: 5%; } - &:nth-child(3) { - width: 38%; - } &:nth-child(2) { width: 20%; } + &:nth-child(3) { + width: 38%; + } } tbody { td { &:first-child { width: 5%; } - &:nth-child(3) { - width: 38%; - } &:nth-child(2) { width: 20%; } + &:nth-child(3) { + width: 38%; + } } } }