BraydenMoore commited on
Commit
4cf058d
1 Parent(s): 3645df0

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +0 -4
templates/index.html CHANGED
@@ -10,7 +10,6 @@
10
  body {
11
  justify-content: center;
12
  background-color: black;
13
- padding-top: 2%;
14
  display: flex;
15
  align-items:center;
16
  height: 90vh;
@@ -122,9 +121,6 @@
122
  }
123
 
124
  @media only screen and (orientation: portrait) {
125
- body {
126
- margin-left: auto;
127
- }
128
  h1 {
129
  margin-top: 4% !important;
130
  }
 
10
  body {
11
  justify-content: center;
12
  background-color: black;
 
13
  display: flex;
14
  align-items:center;
15
  height: 90vh;
 
121
  }
122
 
123
  @media only screen and (orientation: portrait) {
 
 
 
124
  h1 {
125
  margin-top: 4% !important;
126
  }