use named unit instead of rem

This commit is contained in:
rachidatecs 2023-05-12 13:10:33 -04:00
parent 01770d4216
commit a8318fe52c
No known key found for this signature in database
GPG key ID: 3CEBBFA7325E5525

View file

@ -429,6 +429,6 @@ abbr[title] {
.usa-textarea {
@include at-media('tablet') {
height: 20rem;
height: units('mobile');
}
}