3.0.0
- Add a container with
clearfix
class around logo component
The Confederation logo with the coat of arms and the four-language wordmark as well as the name of the organizational unit (department, public office, agency, or mission, or, alternatively, the title of the website) together form the designation of the website. The complete designation contains a link which takes the user back to the home page from any page of the website.
<header>
<a href="#" class="brand hidden-xs" title="Back to home">
<img src="../img/logo-CH.svg" onerror="this.onerror=null; this.src='../img/logo-CH.png'" alt="Back to home" />
<h1>Department of the Environment, Transport, Energy and Communications</h1>
</a></header>
<nav class="nav-main"></nav>