imseldrith commited on
Commit
da689d6
·
1 Parent(s): c241e91

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +5 -5
templates/index.html CHANGED
@@ -23,12 +23,12 @@
23
  display: flex;
24
  justify-content: center;
25
  align-items: center;
26
- height: 100px;
27
  position: fixed;
28
- top: 50%;
29
- left: 50%;
30
- transform: translate(-50%, -50%);
31
- background-image: url('/static/imagine_logo.gif');
 
32
  background-size: contain;
33
  background-repeat: no-repeat;
34
  }
 
23
  display: flex;
24
  justify-content: center;
25
  align-items: center;
 
26
  position: fixed;
27
+ top: 0;
28
+ left: 0;
29
+ right: 0;
30
+ height: 100px;
31
+ background-image: url('path/to/your/logo.gif');
32
  background-size: contain;
33
  background-repeat: no-repeat;
34
  }