From cf90a9fccdebecebde4a84dc097ca3b3be2cfb2d Mon Sep 17 00:00:00 2001 From: VictorMongeM <victor.monge.morales@gmail.com> Date: Sat, 7 Jun 2025 20:50:13 -0600 Subject: [PATCH] =?UTF-8?q?correcci=C3=B3n=20estilo=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- views/control-candidatos.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/control-candidatos.php b/views/control-candidatos.php index 609a3d1..a4271b8 100644 --- a/views/control-candidatos.php +++ b/views/control-candidatos.php @@ -32,8 +32,9 @@ if(isset($resultado['estado'])){ <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <link rel="stylesheet" href="../css/inicio.css"> + <link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css"> + <link rel="stylesheet" href="../css/inicio.css"> <link rel="stylesheet" href="assets/fontawesome/css/fontawesome.css"> <link rel="stylesheet" href="assets/fontawesome/css/brands.css">