mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 13:09:41 +02:00
use named unit instead of rem
This commit is contained in:
parent
01770d4216
commit
a8318fe52c
1 changed files with 1 additions and 1 deletions
|
@ -429,6 +429,6 @@ abbr[title] {
|
||||||
|
|
||||||
.usa-textarea {
|
.usa-textarea {
|
||||||
@include at-media('tablet') {
|
@include at-media('tablet') {
|
||||||
height: 20rem;
|
height: units('mobile');
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue