nagasurendra commited on
Commit
33563a8
·
verified ·
1 Parent(s): e74220b

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +5 -4
static/styles.css CHANGED
@@ -17,10 +17,11 @@ button:hover {
17
  background-color: #0056b3;
18
  }
19
 
20
- .suggestion-container {
21
- margin: 10px;
22
- padding: 5px;
23
  border: 1px solid #ccc;
24
- border-radius: 5px;
25
  background-color: #fff;
 
 
26
  }
 
17
  background-color: #0056b3;
18
  }
19
 
20
+ .suggestion-popup {
21
+ padding: 20px;
 
22
  border: 1px solid #ccc;
23
+ border-radius: 10px;
24
  background-color: #fff;
25
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
26
+ text-align: center;
27
  }