Style fixes

This commit is contained in:
2026-02-04 21:05:31 +01:00
parent 9a77dfa1a3
commit 07123261f4
4 changed files with 11 additions and 24 deletions

View File

@@ -164,15 +164,3 @@ h3 {
background: #e0564f;
color: #fffaf3;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

View File

@@ -8,7 +8,8 @@
}
.card h2 {
margin-top: 0;
margin-bottom: 8px;
margin-bottom: 0;
vertical-align: middle;
}
.card-grid {

View File

@@ -1,7 +1,6 @@
.results-table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
.results-table th,
.results-table td {