diff --git a/src/index.html b/src/index.html
index d32515d..9e3bd05 100644
--- a/src/index.html
+++ b/src/index.html
@@ -235,39 +235,41 @@
Countries and Provinces Ranked by Total Cases
-
-
-
- # |
-
- Country |
-
- Province |
-
- Total Cases |
-
- Total Deaths |
-
-
-
-
-
-
+
+
+
+
+ # |
+
+ Country |
+
+ Province |
+
+ Total Cases |
+
+ Total Deaths |
+
+
+
+
+
+
+
diff --git a/src/styles/table.css b/src/styles/table.css
index 4fc1f63..efe0044 100644
--- a/src/styles/table.css
+++ b/src/styles/table.css
@@ -1,13 +1,16 @@
+.table-responsive {
+ margin-top: -15px;
+}
+
.table {
margin-bottom: 0;
- margin-top: -15px;
overflow: hidden;
border-radius: 10px;
--bs-table-color: #53567e;
--bs-table-striped-color: #53567e;
-
+
--bs-table-bg: #dfdfff;
--bs-table-striped-bg: #e6e6ff;
}
@@ -17,6 +20,10 @@
--bs-table-color: #53567e;
}
+.table thead th {
+ white-space: nowrap;
+}
+
.table tbody td {
text-transform: capitalize;
}