motoe moto commited on
Commit
0b4ac04
1 Parent(s): 6ffa1f6

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -2
index.html CHANGED
@@ -25,9 +25,8 @@
25
  color: #fff;
26
  display: flex;
27
  justify-content: center;
28
- align-items: flex-start; /* Align items to the top */
29
  height: 100vh;
30
- padding-top: 20px; /* Add padding to top to move content down slightly */
31
  overflow: hidden; /* Lock scrolling */
32
  position: relative;
33
  }
 
25
  color: #fff;
26
  display: flex;
27
  justify-content: center;
28
+ align-items: center; /* Align items to the center */
29
  height: 100vh;
 
30
  overflow: hidden; /* Lock scrolling */
31
  position: relative;
32
  }