fixed styles

This commit is contained in:
2026-02-19 17:52:17 -06:00
committed by frcarlos
parent b185a96eee
commit b7bee2d1fd
9 changed files with 54 additions and 55 deletions
+2 -2
View File
@@ -81,7 +81,6 @@ export default function Page() {
return (
<section className="containerSection">
{}
{modo === "ver" && (
<section className="containersection">
<h3 className="title">PROGRAMAS</h3>
@@ -106,7 +105,8 @@ export default function Page() {
</button>
<button
className={`button buttonSearch ${styleprograms.button}`}
className={`button buttonSearch`}
style={{margin:"5px"}}
onClick={handleNuevo}
>
Nuevo
+1 -5
View File
@@ -6,8 +6,4 @@
}
.margin {
margin: 10px 10px;
}
.button {
margin-left: 20px;
margin-top: 20px;
}
}