feat: optimizaciones responsive en AdminPanel y traducciones i18n en BusinessDetailsView
This commit is contained in:
@ -268,7 +268,14 @@ h1 {
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.admin-panel { padding: 30px 16px 120px; }
|
||||
.category-grid { grid-template-columns: 1fr; }
|
||||
.category-grid {
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.action-card {
|
||||
width: 100%;
|
||||
max-width: 340px;
|
||||
}
|
||||
.header-section { text-align: center; padding: 0; }
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user