diff --git a/static/index.html b/static/index.html index b1d94c8..14711ad 100644 --- a/static/index.html +++ b/static/index.html @@ -103,6 +103,26 @@ align-self: end; cursor: pointer; } + + #tracker-table { + width: 100%; + margin-top: 2rem; + font-size: 1.10rem; + } + + #tracker-table th:nth-child(1) { + width: 20rem; + } + + #tracker-table td:nth-child(3) { + width: 15rem; + } + + #tracker-table td, #tracker-table th { + margin: 0; + padding: 0; + border-bottom: 1px solid black; + }
@@ -116,8 +136,17 @@ +| ID | +Name | +Created at | +Hits | +
|---|