Spaces:
Running
Running
Commit
·
4217c45
1
Parent(s):
0bb6b1b
style: update message padding and margin
Browse files- styles/style.css +5 -1
styles/style.css
CHANGED
|
@@ -82,7 +82,7 @@ main {
|
|
| 82 |
}
|
| 83 |
|
| 84 |
.message {
|
| 85 |
-
padding:
|
| 86 |
margin: 10px 0;
|
| 87 |
border-radius: 10px;
|
| 88 |
width: fit-content;
|
|
@@ -170,6 +170,10 @@ button:hover:not(:disabled) {
|
|
| 170 |
flex-direction: column;
|
| 171 |
}
|
| 172 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 173 |
.message pre code.hljs {
|
| 174 |
background: #ffffff;
|
| 175 |
border-radius: 10px;
|
|
|
|
| 82 |
}
|
| 83 |
|
| 84 |
.message {
|
| 85 |
+
padding: 1rem;
|
| 86 |
margin: 10px 0;
|
| 87 |
border-radius: 10px;
|
| 88 |
width: fit-content;
|
|
|
|
| 170 |
flex-direction: column;
|
| 171 |
}
|
| 172 |
|
| 173 |
+
.message p {
|
| 174 |
+
margin: 0;
|
| 175 |
+
}
|
| 176 |
+
|
| 177 |
.message pre code.hljs {
|
| 178 |
background: #ffffff;
|
| 179 |
border-radius: 10px;
|