1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

Added Bad Space Info to index

Added some preliminary Bad Spade stats to the index to set up a space
for additional information to be shared in the future. Starting with an
    accurate display of locations tracked, Current Sources count and
    last update date
This commit is contained in:
ro
2024-01-26 12:16:38 -06:00
parent 476c29d0b4
commit 7aa6596573
5 changed files with 45 additions and 18 deletions

View File

@ -41,6 +41,23 @@ section.index-meta article {
margin-top: 20px;
}
div.index-meta {
display: grid;
grid-template-columns: 50% 50%;
gap: 10px;
width: 98%;
font-weight: 500;
color: var(--secondary);
}
div.index-meta > label:nth-child(2),
div.index-meta > label:nth-child(4),
div.index-meta > label:nth-child(6) {
color: var(--white);
width: 100%;
text-align: right;
}
@media only screen and (max-width: 800px) {
form.index-search-form > input[type="text"] {
width: 85%;

View File

@ -39,7 +39,7 @@ a.list-link {
display: grid;
grid-template-columns: 70px 80% 80px 80px;
gap: 10px;
width: 80%;
width: 90%;
height: 45px;
padding-bottom: 20px;
cursor: pointer;

View File

@ -185,6 +185,7 @@ footer {
color: var(--primary);
background: var(--secondary);
height: 200px;
margin-top: 50px;
}
footer > div:nth-child(1) {