Sudipta Nayak commited on
Commit
4242202
·
1 Parent(s): e3a0233

Alignment fix

Browse files
app/templates/index.html CHANGED
@@ -10,7 +10,7 @@
10
  display: flex;
11
  flex-direction: column;
12
  align-items: center;
13
- justify-content: center;
14
  height: 100vh;
15
  margin: 0;
16
  }
 
10
  display: flex;
11
  flex-direction: column;
12
  align-items: center;
13
+ justify-content: flex-start;
14
  height: 100vh;
15
  margin: 0;
16
  }
app/templates/result.html CHANGED
@@ -10,7 +10,7 @@
10
  display: flex;
11
  flex-direction: column;
12
  align-items: center;
13
- justify-content: center;
14
  height: 100vh;
15
  margin: 0;
16
  }
 
10
  display: flex;
11
  flex-direction: column;
12
  align-items: center;
13
+ justify-content: flex-start;
14
  height: 100vh;
15
  margin: 0;
16
  }