Skip to content

Commit

Permalink
cambio admin productos en pantallas pequñas
Browse files Browse the repository at this point in the history
  • Loading branch information
Adolfopgv committed May 22, 2024
1 parent 5b12c54 commit 206fbc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/admin/AdminProducts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function AdminProducts() {
<>
{user && user.role === 1 ? (
<>
<div className="flex lg:flex-row max-lg:flex-col">
<div className="flex lg:flex-row max-lg:flex-col-reverse">
<div className="m-10 lg:w-2/4">
<h1 className="card-title">Añadir un nuevo producto</h1>
<form onSubmit="">
Expand Down

0 comments on commit 206fbc2

Please sign in to comment.