Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💖 Cariños en el estilo de la maloca #57

Merged
merged 8 commits into from
Sep 18, 2024
Merged

💖 Cariños en el estilo de la maloca #57

merged 8 commits into from
Sep 18, 2024

Conversation

Juliansintilde
Copy link
Member

  • Cambios en tamaño de la muchacha en todas las pantallas, especialmente en celular horizontal y vertical.
  • Cambio en las márgenes y tamaños de ícono, letras para celular
  • Cambio de texto lateral en celular
  • Cambio en la disposición del texto en pantalla grande

@Juliansintilde Juliansintilde added the ui 🌊 Interfaz visual y experiencia de usuario. label Apr 8, 2024
@Juliansintilde Juliansintilde self-assigned this Apr 8, 2024
height: calc(100vh - (var(--anchoMarco) * 2) - 4px);
overflow: hidden;
z-index: 1;
opacity: 0.5;
z-index: -1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

¿Este index -1 qué hace?
@1cgonza ¿es mejor práctica ponerle a los elementos que van encima un z-index más grande que usar el -1 o da igual?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@anattolia no lo sé exactamente pero lo que dices me parece sensato: darle valores más altos en positivo a los que van encima.

width: 49vw;
height: 77vh;
overflow: hidden;
z-index: -1;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lo mismo aquí

@@ -29,7 +29,7 @@ const { general } = await obtenerDatos(General);
const colorPrincipal = general.color;
---

<!DOCTYPE html>
<!doctype html>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

En mayúsculas como estaba

@1cgonza 1cgonza merged commit 896010f into main Sep 18, 2024
2 checks passed
@1cgonza 1cgonza deleted the cariños-diseño-5 branch September 18, 2024 21:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui 🌊 Interfaz visual y experiencia de usuario.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants