An attempt at naming the software. Closes #12

This commit is contained in:
Ian Renton
2025-09-30 22:03:22 +01:00
parent 4f4c1a9191
commit 6749a97f99
6 changed files with 43 additions and 15 deletions

View File

@@ -1,5 +1,11 @@
div#table-container {
width: 80%;
#info-container{
width: 100%;
display: none;
}
@media (min-width: 768px) {
#info-container{
max-width: 60em;
margin: 0 auto;
overflow: scroll;
}
}