Gregniuki commited on
Commit
dcc5b23
·
1 Parent(s): 7544514

Update templates/styles.css

Browse files
Files changed (1) hide show
  1. templates/styles.css +5 -0
templates/styles.css CHANGED
@@ -5,6 +5,7 @@
5
  box-sizing: border-box;
6
  }
7
 
 
8
  /* Basic body styles */
9
  body {
10
  font-family: Arial, sans-serif;
@@ -90,4 +91,8 @@ button:hover {
90
  opacity: 0.8;
91
  }
92
 
 
 
 
 
93
  /* Customize more styles as needed */
 
5
  box-sizing: border-box;
6
  }
7
 
8
+
9
  /* Basic body styles */
10
  body {
11
  font-family: Arial, sans-serif;
 
91
  opacity: 0.8;
92
  }
93
 
94
+ .half-screen-input {
95
+ width: 50vw; /* Set the width to 50% of the viewport width */
96
+ height: 100px; /* You can adjust the height as needed */
97
+ }
98
  /* Customize more styles as needed */