Keiraj commited on
Commit
9ab0672
·
verified ·
1 Parent(s): 7d349e2

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +4 -0
style.css CHANGED
@@ -11,6 +11,7 @@ html, body {
11
  width: 100%;
12
  overflow-x: hidden;
13
  padding: 0 !important;
 
14
  }
15
 
16
  /* Title Styling */
@@ -31,6 +32,9 @@ html, body {
31
  background-color: white !important;
32
  padding: 8px;
33
  color: #8f6c91 !important;
 
 
 
34
  }
35
 
36
  /* Cute Buttons */
 
11
  width: 100%;
12
  overflow-x: hidden;
13
  padding: 0 !important;
14
+ text-align: center; /* Center all text elements */
15
  }
16
 
17
  /* Title Styling */
 
32
  background-color: white !important;
33
  padding: 8px;
34
  color: #8f6c91 !important;
35
+ text-align: center; /* Center text inside input */
36
+ margin: 0 auto; /* Center the input box */
37
+ max-width: 300px; /* Prevent it from being too wide */
38
  }
39
 
40
  /* Cute Buttons */