mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-09 14:49:49 -04:00
10 lines
166 B
Plaintext
10 lines
166 B
Plaintext
@use 'uswds-core' as *;
|
|
|
|
// Logo sizing - responsive
|
|
.usa-header--extended .usa-logo a img {
|
|
height: 35px;
|
|
@include at-media('desktop') {
|
|
height: 60px;
|
|
}
|
|
}
|