Spaces:
Running
Running
Update static/style.css
Browse files- static/style.css +6 -8
static/style.css
CHANGED
@@ -1,11 +1,9 @@
|
|
1 |
body {
|
2 |
-
|
3 |
-
|
4 |
}
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
padding: 8px;
|
10 |
-
margin: 5px;
|
11 |
}
|
|
|
1 |
body {
|
2 |
+
font-family: Arial, sans-serif;
|
3 |
+
margin-top: 20px;
|
4 |
}
|
5 |
+
pre {
|
6 |
+
background: #f8f9fa;
|
7 |
+
padding: 10px;
|
8 |
+
border: 1px solid #ddd;
|
|
|
|
|
9 |
}
|