added censado por and tring to fix reportes

This commit is contained in:
2025-12-05 16:52:31 -06:00
parent 41cfb9bddc
commit e71bbc4987
14 changed files with 131 additions and 81 deletions
+15
View File
@@ -118,3 +118,18 @@ input:focus {
cursor: pointer;
font-size: 14px;
}
.user{
color: #333 !important;
position: absolute;
left: 2rem;
bottom: 1rem;
}
@media(max-width:1075px) {
.user{
position: relative;
left: 0;
bottom: 0;
}
}