mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 13:34:10 +02:00
Resize CISA logo in identifier
This commit is contained in:
parent
2fa627c223
commit
4f2d660fe5
2 changed files with 5 additions and 1 deletions
|
@ -417,6 +417,10 @@ footer {
|
||||||
color: color('primary');
|
color: color('primary');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.usa-identifier__logo {
|
||||||
|
height: units(7);
|
||||||
|
}
|
||||||
|
|
||||||
abbr[title] {
|
abbr[title] {
|
||||||
// workaround for underlining abbr element
|
// workaround for underlining abbr element
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
src="{% static 'img/CISA_logo.png' %}"
|
src="{% static 'img/CISA_logo.png' %}"
|
||||||
alt="CISA logo"
|
alt="CISA logo"
|
||||||
role="img"
|
role="img"
|
||||||
width="48px"
|
width="56px"
|
||||||
/></a>
|
/></a>
|
||||||
</div>
|
</div>
|
||||||
<section
|
<section
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue