ciyidogan commited on
Commit
7beb658
·
verified ·
1 Parent(s): 42b31a7

Update static/style.css

Browse files
Files changed (1) hide show
  1. static/style.css +8 -8
static/style.css CHANGED
@@ -5,7 +5,6 @@ body {
5
 
6
  h1 {
7
  color: #343a40;
8
- text-align: center;
9
  }
10
 
11
  .card {
@@ -18,16 +17,17 @@ h1 {
18
  font-weight: bold;
19
  }
20
 
21
- .btn {
22
  width: 100%;
23
  }
24
 
25
- textarea {
26
- font-family: monospace;
27
  }
28
 
29
- .mt-2 {
30
- font-size: 0.9em;
31
- color: #555;
32
- white-space: pre-wrap;
 
33
  }
 
5
 
6
  h1 {
7
  color: #343a40;
 
8
  }
9
 
10
  .card {
 
17
  font-weight: bold;
18
  }
19
 
20
+ .btn-block {
21
  width: 100%;
22
  }
23
 
24
+ .text-danger {
25
+ font-weight: bold;
26
  }
27
 
28
+ .tab-content {
29
+ padding: 1rem;
30
+ background-color: white;
31
+ border: 1px solid #dee2e6;
32
+ border-top: none;
33
  }