Niansuh commited on
Commit
e9ac6e6
·
verified ·
1 Parent(s): 19fcbed

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +6 -8
static/style.css CHANGED
@@ -1,11 +1,9 @@
1
  body {
2
- font-family: Arial, sans-serif;
3
- margin: 20px;
4
  }
5
- form {
6
- margin-bottom: 20px;
7
- }
8
- input, button {
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
  }