This commit is contained in:
DavidMtz 2026-02-13 12:31:50 -06:00
parent a47ca060d0
commit c8fee7fa15
2 changed files with 1 additions and 3 deletions

View File

@ -54,8 +54,6 @@
"use strict"; "use strict";
$(".wrap-course-content").addClass("fake"); $(".wrap-course-content").addClass("fake");
$(".navbar-brand").hide();
$(".btn-comenzar").click(function (e) { $(".btn-comenzar").click(function (e) {
e.preventDefault(); e.preventDefault();
$(this).removeClass("animate__animated animate__pulse animate__infinite"); $(this).removeClass("animate__animated animate__pulse animate__infinite");

View File

@ -187,7 +187,7 @@
$(function () { $(function () {
"use strict"; "use strict";
$(".wrap-course-content").addClass("fake"); $(".wrap-course-content").addClass("fake");
$(".navbar-brand").show(); $(".navbar-brand").hide();
// Ajustar tamaño de texto según ancho de ventana // Ajustar tamaño de texto según ancho de ventana
function adjustTextSize() { function adjustTextSize() {