Spaces:
Sleeping
Sleeping
jacobinathanialpeterson
commited on
Commit
•
60a6579
1
Parent(s):
7710bd1
Update static/style.css
Browse files- static/style.css +4 -3
static/style.css
CHANGED
@@ -28,12 +28,13 @@ body {
|
|
28 |
|
29 |
.nme {
|
30 |
font-weight: bold;
|
|
|
31 |
margin-bottom: 5px;
|
32 |
}
|
33 |
|
34 |
.msg {
|
35 |
-
margin-bottom:
|
36 |
-
padding:
|
37 |
border-radius: 5px;
|
38 |
}
|
39 |
|
@@ -76,4 +77,4 @@ input[type="text"]:last-child {
|
|
76 |
|
77 |
.msg:nth-child(odd) {
|
78 |
background-color: #444;
|
79 |
-
}
|
|
|
28 |
|
29 |
.nme {
|
30 |
font-weight: bold;
|
31 |
+
padding: 7px;
|
32 |
margin-bottom: 5px;
|
33 |
}
|
34 |
|
35 |
.msg {
|
36 |
+
margin-bottom: 2px;
|
37 |
+
padding: 7px;
|
38 |
border-radius: 5px;
|
39 |
}
|
40 |
|
|
|
77 |
|
78 |
.msg:nth-child(odd) {
|
79 |
background-color: #444;
|
80 |
+
}
|