max width

This commit is contained in:
zandercymatics 2024-04-24 11:59:42 -06:00
parent fdadd68b96
commit f589dfaa8e
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -113,8 +113,8 @@
} }
} }
} }
@media (max-width: 1040px){
.dotgov-table__domain-requests { .dotgov-table__domain-requests {
th:nth-of-type(1) { th:nth-of-type(1) {
width: 200px; width: 200px;
} }
@ -134,9 +134,11 @@
th:nth-of-type(5) { th:nth-of-type(5) {
width: 85px; width: 85px;
} }
}
} }
.dotgov-table__registered-domains { @media (max-width: 1040px){
.dotgov-table__registered-domains {
th:nth-of-type(1) { th:nth-of-type(1) {
width: 200px; width: 200px;
} }
@ -152,4 +154,5 @@
th:nth-of-type(4) { th:nth-of-type(4) {
width: 95px; width: 95px;
} }
}
} }