This commit is contained in:
2025-09-19 13:21:55 -06:00
parent e87a7010ef
commit 9c316afa9c
2 changed files with 23 additions and 15 deletions
+9 -3
View File
@@ -362,11 +362,17 @@ table tr {
justify-content: center;
align-items: center;
}
.centerGrido {
display: grid;
grid-template-columns: auto 200px;
justify-content: center;
align-items: center;
}
.impressions-title {
font-size: 1.75rem;
font-weight: bold;
text-align: start;
font-size: 1.75rem;
font-weight: bold;
text-align: start;
}
@media (max-width: 1300px) {