diff --git a/contenido/01.html b/contenido/01.html index 9038c2d..1fb1fe8 100644 --- a/contenido/01.html +++ b/contenido/01.html @@ -54,8 +54,6 @@ "use strict"; $(".wrap-course-content").addClass("fake"); - $(".navbar-brand").hide(); - $(".btn-comenzar").click(function (e) { e.preventDefault(); $(this).removeClass("animate__animated animate__pulse animate__infinite"); diff --git a/contenido/02.html b/contenido/02.html index b3e24f7..d076396 100644 --- a/contenido/02.html +++ b/contenido/02.html @@ -187,7 +187,7 @@ $(function () { "use strict"; $(".wrap-course-content").addClass("fake"); - $(".navbar-brand").show(); + $(".navbar-brand").hide(); // Ajustar tamaño de texto según ancho de ventana function adjustTextSize() {