Indique cuantos servidores son utilizados en ambientes productivos y si en ellos se almacenan datos personales.
diff --git a/src/components/Equipo_Computo/Pregunta_4.tsx b/src/components/Equipo_Computo/Pregunta_4.tsx
index 46c96be..83c0f81 100644
--- a/src/components/Equipo_Computo/Pregunta_4.tsx
+++ b/src/components/Equipo_Computo/Pregunta_4.tsx
@@ -10,7 +10,6 @@ export default function Pregunta4() {
);
diff --git a/src/components/Equipo_Computo/pregunta_4.css b/src/components/Equipo_Computo/pregunta_4.css
index d580274..9e87c2a 100644
--- a/src/components/Equipo_Computo/pregunta_4.css
+++ b/src/components/Equipo_Computo/pregunta_4.css
@@ -1,11 +1,9 @@
.pregunta-page {
- min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
background: #f7f8f9;
- padding: 40px 20px;
- font-family: Arial, sans-serif;
+ width: 100%;
}
.brand img {
@@ -14,11 +12,10 @@
}
.card {
- width: 700px;
- max-width: 95%;
+ width: 100%;
background: white;
border-radius: 12px;
- padding: 32px;
+ padding: 2rem;
box-shadow: 0 6px 22px rgba(0, 0, 0, 0.08);
text-align: left;
}
@@ -30,7 +27,6 @@
}
.question-label {
- font-size: 15px;
margin-bottom: 8px;
display: block;
color: #333;
@@ -43,7 +39,6 @@
border-radius: 6px;
border: 1px solid #ccc;
text-align: center;
- margin-bottom: 12px;
}
.hint {