-
Notifications
You must be signed in to change notification settings - Fork 6
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
The head ref may contain hidden characters: "cari\u00F1os-dise\u00F1o-5"
Conversation
Juliansintilde
commented
Apr 8, 2024
- 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
src/pages/index.astro
Outdated
height: calc(100vh - (var(--anchoMarco) * 2) - 4px); | ||
overflow: hidden; | ||
z-index: 1; | ||
opacity: 0.5; | ||
z-index: -1; |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
src/pages/index.astro
Outdated
width: 49vw; | ||
height: 77vh; | ||
overflow: hidden; | ||
z-index: -1; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lo mismo aquí
src/plantillas/Plantilla.astro
Outdated
@@ -29,7 +29,7 @@ const { general } = await obtenerDatos(General); | |||
const colorPrincipal = general.color; | |||
--- | |||
|
|||
<!DOCTYPE html> | |||
<!doctype html> |
There was a problem hiding this comment.
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