new features

This commit is contained in:
msramalho
2023-02-26 20:22:37 +01:00
parent 30d21c07b7
commit 45491157f5
12 changed files with 459 additions and 144 deletions

View File

@@ -3,7 +3,7 @@ body {
}
#app {
min-width: 40em;
min-width: 45em;
margin: 15px;
}
@@ -12,17 +12,17 @@ body {
vertical-align: middle;
}
#archive-results .row {
table.archive-results .row {
/* table-layout: fixed; */
width: 90%;
max-width: 100px;
}
/* #archive-results td {
/* .archive-results td {
width: auto;
}
#archive-results td:nth-child(2) {
.archive-results td:nth-child(2) {
width: 150px;
} */