imseldrith commited on
Commit
23bf166
1 Parent(s): 0a590ad

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -13
templates/index.html CHANGED
@@ -19,19 +19,10 @@
19
  border-radius: 10px;
20
  box-shadow: none;
21
  }
22
- .logo-container {
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('/static/imagine_logo.gif');
32
- background-size: contain;
33
- background-repeat: no-repeat;
34
- }
35
  h1 {
36
  text-align: center;
37
  margin-bottom: 30px;
 
19
  border-radius: 10px;
20
  box-shadow: none;
21
  }
22
+ img {
23
+ display: block;
24
+ margin: 0 auto;
25
+ }
 
 
 
 
 
 
 
 
 
26
  h1 {
27
  text-align: center;
28
  margin-bottom: 30px;