Skip to content

Commit

Permalink
Mejora la interfaz de inicio en telefono
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximoJSDev committed Jan 29, 2024
1 parent 3ceebd6 commit f82b002
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Habilidades.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="habilidades__grid">
<article class="habilidad frontend">
<h3>Desarrollo Front-end</h3>
<p>Aplicaciones dinámicas, escalables y adaptables.</p>
<p>Aplicaciones dinámicas, escalables y flexibles.</p>
<p>
Garantizando la accesibilidad de las aplicaciones a diversos dispositivos.
</p>
Expand Down
20 changes: 20 additions & 0 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -173,4 +173,24 @@ import SobreMi from "@/components/SobreMi.astro";
height: 28px !important;
}
}

@media (max-width: 500px) {
#inicio .inicio__title {
font-size: 36px;
}
#inicio .inicio__text {
font-size: 22px;
}
#tecnologias .slide {
font-size: 15px;
width: 80px;
}
#tecnologias .slide img {
height: 40px;
}
#sobre-mi .sobre-mi__article > img {
height: 240px;
width: 240px;
}
}
</style>

0 comments on commit f82b002

Please sign in to comment.