anshharora commited on
Commit
c89a295
·
verified ·
1 Parent(s): e68d4c4

Update static/styles.css

Browse files
Files changed (1) hide show
  1. static/styles.css +16 -1
static/styles.css CHANGED
@@ -14,12 +14,27 @@ body {
14
  flex-direction: column;
15
  }
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  /* Chat container */
18
  .chat-container {
19
  margin: 20px auto;
20
  width: 95%;
21
  max-width: 1200px;
22
- height: 90vh;
23
  background-color: #242424;
24
  border-radius: 12px;
25
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
 
14
  flex-direction: column;
15
  }
16
 
17
+ .Luna{
18
+ margin:0px 65px ;
19
+ }
20
+ a:link, a:visited {
21
+ background-color: #181818;
22
+ color:white;
23
+ padding: 10px 20px;
24
+ text-align: center;
25
+ text-decoration: none;
26
+ display: inline-block;
27
+ }
28
+
29
+ a:hover, a:active {
30
+ color: blue;
31
+ }
32
  /* Chat container */
33
  .chat-container {
34
  margin: 20px auto;
35
  width: 95%;
36
  max-width: 1200px;
37
+ height: 85vh;
38
  background-color: #242424;
39
  border-radius: 12px;
40
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);