Remove unnecessary padding-bottom override on the header h1

This commit is contained in:
Andy Allan 2021-06-23 17:20:04 +01:00
parent 40589960be
commit e9a3c55e83

View file

@ -20,10 +20,6 @@ body.small-nav {
min-height: $headerHeight;
background: #fff;
h1 {
padding-bottom: 15px;
}
&.closed nav {
display: none;
}