Skip to content

Commit

Permalink
Adjustments mobile optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Artentii committed Jul 22, 2023
1 parent 57ad045 commit 743af1e
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 10 deletions.
Binary file modified assets/contact/lirios.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions css/career.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ body {

border-radius: 1.5rem;
transform: translate(-50%, 50%) scale(.95);
filter: drop-shadow(0.5px 0.5px 1px #5b4505);
}
.Title-container {
display: flex;
Expand Down
3 changes: 3 additions & 0 deletions css/contact.css
Original file line number Diff line number Diff line change
Expand Up @@ -493,4 +493,7 @@ body {
.Form-textarea {
padding: 0.75rem 1.5rem;
}
.Irises-container{
width: 15rem;
}
}
1 change: 1 addition & 0 deletions css/death.css
Original file line number Diff line number Diff line change
Expand Up @@ -294,6 +294,7 @@ body {

border-radius: 1.5rem;
transform: translate(-50%, 50%) scale(.95);
filter: drop-shadow(0.5px 0.5px 1px #5b4505);
}
.Image {
transform: translateY(-30%);
Expand Down
11 changes: 3 additions & 8 deletions css/discover.css
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,11 @@ svg {
body {
min-height: 100vh;
font-size: 100%;
max-width: 98%;
margin: auto;
font-family: "Playfair Display", serif;
}

/* ---- HEADER empieza aquí ---- */
/* Descripción: Estilos para el encabezado del sitio web. */

/* Estilos para el contenedor del encabezado */
/* HEADER */
.Header {
max-width: 95%;
margin: auto;
Expand All @@ -90,7 +86,6 @@ body {
border-bottom: 0.1563rem solid #ffd147;
}
/* HEADER LEFT */
/* Estilos para el lado izquierdo del encabezado */
.Header-left {
width: calc(3.5rem + 0.0625rem);
height: 3.5rem;
Expand Down Expand Up @@ -249,7 +244,7 @@ body {
justify-content: center;
align-items: center;

padding: 1rem;
padding: .5rem;
height: 90vh;
}

Expand Down Expand Up @@ -525,7 +520,7 @@ body {
text-align: center;
width: 100%;
font-size: 1rem;
padding: 1.2rem;
padding: 1rem;
}
}
@media screen and (max-width: 570px) {
Expand Down
1 change: 1 addition & 0 deletions css/earlylife.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ body {

border-radius: 1.5rem;
transform: translate(-50%, 50%) scale(0.95);
filter: drop-shadow(0.5px 0.5px 1px #5b4505);
}
.Title-container {
display: flex;
Expand Down
1 change: 1 addition & 0 deletions css/illness.css
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ body {
bottom: 50%;

border-radius: 1.5rem;
filter: drop-shadow(0.5px 0.5px 1px #5b4505);
transform: translate(-50%, 50%) scale(.95);
}
.Image {
Expand Down
1 change: 1 addition & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ body {
bottom: 50%;
border-radius: 1.5rem;
transform: translate(-50%, 50%) scale(.97);
filter: drop-shadow(0.5px 0.5px 1px #5b4505);
}

/* Estilos para el primer contenedor con la imagen de "Starry Night" */
Expand Down
1 change: 1 addition & 0 deletions css/journeys.css
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ body {

border-radius: 1.5rem;
transform: translate(-50%, 50%) scale(.95);
filter: drop-shadow(0.5px 0.5px 1px #5b4505);
}
.Image {
transform: translateY(-50%);
Expand Down
1 change: 1 addition & 0 deletions css/vicentslife.css
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ body {
border-radius: 1.5rem;
transform: translate(-50%, 50%) scale(0.96);
transition: all ease 0.8s;
filter: drop-shadow(0.5px 0.5px 1px #5b4505);
}
.Column-h2 {
opacity: 0;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
property="og:description"
content="Embark on a journey through the colorful and emotional world of Van Gogh's art. Explore his life story, his techniques, and the inspiration behind his masterpieces. Discover the passion, the pain, and the creativity behind his art."
/>
<meta property="og:image" content="https://opentechne.github.io/Discover-Vincent-VanGogh/assets/homepage/og-image.jpg" />
<meta property="og:image" content="https://opentechne.github.io/Discover-Vincent-VanGogh/assets/homepage/og-image.webp" />
<meta name="twitter:card" content="summary_large_image" />
<meta property="twitter:domain" content="https://opentechne.github.io/Discover-Vincent-VanGogh/" />
<meta property="twitter:url" content="https://opentechne.github.io/Discover-Vincent-VanGogh/" />
Expand All @@ -32,7 +32,7 @@
name="twitter:description"
content="Embark on a journey through the colorful and emotional world of Van Gogh's art. Explore his life story, his techniques, and the inspiration behind his masterpieces. Discover the passion, the pain, and the creativity behind his art."
/>
<meta name="twitter:image" content="https://opentechne.github.io/Discover-Vincent-VanGogh/assets/homepage/og-image.jpg" />
<meta name="twitter:image" content="https://opentechne.github.io/Discover-Vincent-VanGogh/assets/homepage/og-image.webp" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;800;900&display=swap" rel="stylesheet" />
Expand Down

0 comments on commit 743af1e

Please sign in to comment.