Update: CC interno

This commit is contained in:
2025-12-16 12:30:57 -06:00
parent 5af5aaf113
commit 836690bea1
23 changed files with 95 additions and 615 deletions
+7 -1
View File
@@ -132,6 +132,12 @@
margin-left: -20px;
}
.bg-responsive {
background: #e3e6e7;
padding: 15px;
border-radius: 10px;
}
/* En pantallas md (>=768px) mostrar el triángulo apuntando hacia la izquierda */
@media (min-width: 768px) {
.bubble:after {
@@ -570,7 +576,7 @@
const html = `<div class="text-center w-100 overflow-hidden">
<img src="img/actividad/${imageName}" class="img-fluid animate__animated animate__flipInY">
<p class="text-secondary">${feedback}</p>
<p class="text-secondary bg-responsive">${feedback}</p>
</div>`;
if (isCorrect) {