new structure

This commit is contained in:
2025-09-12 13:17:01 -04:00
parent 5ca821d0bc
commit e0a1058231
36 changed files with 175 additions and 59 deletions
+10 -1
View File
@@ -359,7 +359,7 @@ table tr {
}
.messageBox {
position: relative;
position: absolute;
padding: 0.5rem 1.25rem;
border-radius: 4px;
font-weight: bold;
@@ -367,6 +367,9 @@ table tr {
text-align: center;
opacity: 1;
z-index: 100;
top: 0;
left: 0;
width: 100%;
}
.messageBox.hidden {
@@ -438,6 +441,12 @@ table tr {
.containerSection {
align-items: center;
}
.centerGrid {
display: flex !important;
justify-content: center;
align-items: center;
}
}
@media (max-height: 960px) {