<picture class="image lehigh-logo">
<a href="https://business.lehigh.edu" class="logo__link">
<img class="web" src="/images/cob_logo-25.png" alt="Lehigh University logo" />
<img class="print" src="/images/lehigh-logo-print.jpg" alt="Lehigh University logo" />
<span class="sr-only">Go to homepage</span>
</a>
</picture>
{# This should have .branding wrapper, but the extra div messed up existing
styles of the header component, and so letting the parent handle those styles
was the most expedient. #}
{% block cms_override %}
{% include "@images--logo" %}
{% endblock cms_override %}
{
"site_logo": "/images/cob_logo-25.png",
"site_logo_print": "/images/lehigh-logo-print.jpg",
"site_name": "College of Business",
"url": "/"
}
.college-name {
width: 100px;
@media only screen and (min-width: $break-desktop) {
max-width: $space-sextuple;
width: inherit;
}
a {
font-size: 1.25rem;
line-height: 1;
color: $white;
&:hover,
&:focus {
text-decoration: none;
}
}
}
No notes defined.