fixed header height with AudioPlayer Height

This commit is contained in:
Bachir Soussi Chiadmi
2018-03-13 00:11:32 +01:00
parent 4b8d6d0a65
commit 0d78da249b
2 changed files with 6 additions and 2 deletions
@@ -1098,8 +1098,10 @@ body, html {
header[role="banner"] {
z-index: 1;
position: relative;
padding: 0.5em 1em; }
padding: 0 1em; }
header[role="banner"] > .wrapper {
position: relative;
padding: 0.5em 0;
border-bottom: 1px solid red;
height: 70px; }
@@ -22,8 +22,10 @@ header[role="banner"]{
// outline: 1px solid blue;
z-index: 1;
position: relative;
padding:0.5em 1em;
padding:0 1em;
>.wrapper{
position: relative;
padding:0.5em 0;
border-bottom: 1px solid red;
// TODO: what header height to fit well with player ??
height:70px;