improve design
This commit is contained in:
parent
d63dc9f0a5
commit
10e52f970c
2 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ body > header {
|
|||
height: 26px;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
min-width: 620px;
|
||||
top: 0;
|
||||
left: 0;
|
||||
border-bottom: 1px solid #000;
|
||||
|
|
|
|||
|
|
@ -86,7 +86,7 @@ a { color : $link-blue }
|
|||
display: table;
|
||||
position: absolute;
|
||||
|
||||
height: 100%;
|
||||
height: 93%;
|
||||
width: 100%;
|
||||
|
||||
img,
|
||||
|
|
|
|||
Loading…
Reference in a new issue