Ramesh-vani commited on
Commit
15f25fe
·
verified ·
1 Parent(s): 77f77ed

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +4 -0
index.html CHANGED
@@ -8,6 +8,10 @@
8
  /* The canvas fills the viewport */
9
  canvas { display: block; }
10
  /* Top horizontal menu bar (outside the canvas) */
 
 
 
 
11
  #topMenu {
12
  position: fixed;
13
  top: 0;
 
8
  /* The canvas fills the viewport */
9
  canvas { display: block; }
10
  /* Top horizontal menu bar (outside the canvas) */
11
+ canvas {
12
+ display: block;
13
+ margin-top: 94px;
14
+ }
15
  #topMenu {
16
  position: fixed;
17
  top: 0;