Spaces:
Running
Running
Update static/style.css
Browse files- 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 |
-
|
26 |
-
font-
|
27 |
}
|
28 |
|
29 |
-
.
|
30 |
-
|
31 |
-
color:
|
32 |
-
|
|
|
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 |
}
|