Merge pull request #242 from parndt/fix-top-min-width
Fixes #236 by setting #top min-width to 930px to match #left plus #main
This commit is contained in:
commit
60d4273801
|
@ -27,7 +27,7 @@ html, body
|
||||||
top: -40px
|
top: -40px
|
||||||
left: 0
|
left: 0
|
||||||
width: 100%
|
width: 100%
|
||||||
min-width: 1211px
|
min-width: 930px
|
||||||
height: 55px
|
height: 55px
|
||||||
z-index: 1000
|
z-index: 1000
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user