Spaces:
Runtime error
Runtime error
Update templates/company_profile.html
Browse files
templates/company_profile.html
CHANGED
@@ -22,7 +22,7 @@
|
|
22 |
.card {
|
23 |
padding: 0;
|
24 |
margin-top: 10px;
|
25 |
-
margin-left: -
|
26 |
}
|
27 |
|
28 |
.content-wrapper {
|
@@ -102,12 +102,12 @@
|
|
102 |
|
103 |
th:nth-child(3),
|
104 |
td:nth-child(3) {
|
105 |
-
width:
|
106 |
}
|
107 |
|
108 |
th:nth-child(4),
|
109 |
td:nth-child(4) {
|
110 |
-
width:
|
111 |
}
|
112 |
|
113 |
th:nth-child(5),
|
|
|
22 |
.card {
|
23 |
padding: 0;
|
24 |
margin-top: 10px;
|
25 |
+
margin-left: -50px;
|
26 |
}
|
27 |
|
28 |
.content-wrapper {
|
|
|
102 |
|
103 |
th:nth-child(3),
|
104 |
td:nth-child(3) {
|
105 |
+
width: 10%;
|
106 |
}
|
107 |
|
108 |
th:nth-child(4),
|
109 |
td:nth-child(4) {
|
110 |
+
width: 15%;
|
111 |
}
|
112 |
|
113 |
th:nth-child(5),
|