mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 03:58:39 +02:00
use at-media-max instead of vanilla media query
This commit is contained in:
parent
80bf86ab7c
commit
a997dbf40f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
// This won't work on the Members table rows because that table has show-more rows
|
||||
// Currently, that's not an issue since that Members table is not wrapped in the
|
||||
// reponsive wrapper.
|
||||
@media screen and (max-width: 1023px) {
|
||||
@include at-media-max("desktop") {
|
||||
tr:last-of-type .usa-accordion--more-actions .usa-accordion__content {
|
||||
top: auto;
|
||||
bottom: -10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue