Ensure that all floated elements in the header stay within it
In certain circumstance, due to either extreme narrow screen widths, or due to padding on floating elements exceeding the header height, some things could appear outwith the header. This clearfix avoids this from happening.
This commit is contained in:
parent
e9a3c55e83
commit
7809bfa027
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<header class="closed">
|
||||
<header class="closed clearfix">
|
||||
<h1>
|
||||
<a href="<%= root_path %>" class="geolink">
|
||||
<picture>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue