Merge branch 'Lino' of https://github.com/IO420/Nexus into Carlos

This commit is contained in:
2025-09-22 14:49:21 -06:00
16 changed files with 303 additions and 258 deletions
+7 -3
View File
@@ -81,10 +81,10 @@ footer p {
.mainContainer {
position: relative;
display: flex;
flex-direction: column;
display: grid;
grid-template-rows: 40px 1fr;
align-items: center;
justify-content: center;
justify-items: center;
height: 100%;
width: 100%;
}
@@ -439,6 +439,10 @@ table tr {
justify-content: center;
align-items: center;
}
footer p {
font-size: 1.2rem;
}
}
@media (max-height: 960px) {